La vista Punti di interruzione elenca tutti i punti di interruzione impostati dall'utente nei progetti del workbench.
You can double-click a breakpoint to display its location in the editor.You can also enable or disable breakpoints, delete them, add new ones, group them by working set, or set hit counts.
In the example shown below the Group by > Breakpoint Types option is turned on.
The commands available in the breakpoints view are listed below.
Comando |
Nome |
Descrizione |
Availability |
---|---|---|---|
Accesso | Changes if the selected watchpoint should suspend on access to its associated field. | Menu di scelta rapida | |
![]() |
Add Exception Breakpoint | Realizes the create exception breakpoint dialog. | Visualizza azione |
Rilevata | Changes if the selected exception breakpoint should suspend when the specified type of exception is caught. | Menu di scelta rapida | |
![]() |
Comprimi tutto | Collapses all of the items in the view. | Visualizza azione |
![]() |
Copia | Copies the selected breakpoints to the system clipboard. | Menu di scelta rapida |
![]() |
Disabilita | Changes the selected breakpoint(s) to be disabled. | Menu di scelta rapida |
![]() |
Abilita | Changes the selected breakpoint(s) to be enabled. | Menu di scelta rapida |
Voce | Changes if the selected method breakpoint should suspend on entry to the associated method. | Menu di scelta rapida | |
Esci | Changes if the selected method breakpoint should suspend on exit from the associated method. | Menu di scelta rapida | |
![]() |
Espandi tutto | Expands all of the items in the view. | Visualizza azione |
![]() |
Export Breakpoints... | Realizes the export breakpoints wizard. | Menu di scelta rapida |
![]() |
Va al file | Opens the corresponding location of the breakpoint in the java editor. | Context menu and view action |
Group By... | Allows you to select an alternate grouping for your breakpoints or create your own. | Visualizza azione | |
![]() |
Numero passaggi | Allows you to set or change the hit count for the selected breakpoint. | Menu di scelta rapida |
![]() |
Import Breakpoints... | Realizes the import breakpoints wizard. | Menu di scelta rapida |
![]() |
Link with View | Changes if the breakpoints should be linked to the Debug View. | Visualizza azione |
Modifica | Changes if the selected watchpoint should suspend when its associated field is modified. | Menu di scelta rapida | |
![]() |
Incolla | Pastes copied breakpoints into the view. | Menu di scelta rapida |
Proprietā... | Realizes the breakpoints properties dialog. | Menu di scelta rapida | |
![]() |
Rimuovi tutti | Removes all breakpoints from the view. | Context menu and view action |
![]() |
Rimuovi i punti di interruzione selezionati | Removes only the selected breakpoint(s) from the view. | Context menu and view action |
Seleziona tutto | Selects all of the breakpoints in the view. | Menu di scelta rapida | |
![]() |
Seleziona l'insieme di lavoro predefinito | Allows you to choose which working set will be the default one. | Visualizza azione |
![]() |
Mostra nomi completi | Changes if qualified names are shown or not. | Visualizza azione |
![]() |
Mostra punti di interruzione supportati | Changes if only supported breakpoints should be shown or not. | Visualizza azione |
![]() |
Ignora tutto | Sets all breakpoints to be skipped. | Visualizza azione |
![]() |
Sospendi | Allows you to choose what to suspend when the selected breakpoint is hit. | Menu di scelta rapida |
Non rilevata | Changes if the selected exception breakpoint should suspend when the specified type of exception is not caught. | Menu di scelta rapida | |
Working Sets... | Realizes the working sets dialog. | Visualizza azione |
Punti di interruzione
Viste Java
Aggiunta di punti di interruzione
Applicazione numero di passaggi
Rilevamento di eccezioni Java
Rimozione dei punti di interruzione
Attivazione e disattivazione di punti di interruzione
Gestione punti di interruzione condizionali
Impostazione di punti di interruzione del metodo