Vista Punti di interruzione


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 Breakpoints View

The commands available in the breakpoints view are listed below.

Breakpoints View Commands

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 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
Collapse All Comprimi tutto Collapses all of the items in the view. Visualizza azione
Copy Copia Copies the selected breakpoints to the system clipboard. Menu di scelta rapida
Disabled Disabilita Changes the selected breakpoint(s) to be disabled. Menu di scelta rapida
Enable 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
Expand All Espandi tutto Expands all of the items in the view. Visualizza azione
Export Breakpoints Export Breakpoints... Realizes the export breakpoints wizard. Menu di scelta rapida
Go to File 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
Hit Count Numero passaggi Allows you to set or change the hit count for the selected breakpoint. Menu di scelta rapida
Import Breakpoints Import Breakpoints... Realizes the import breakpoints wizard. Menu di scelta rapida
Link with View 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
Paste Breakpoints Incolla Pastes copied breakpoints into the view. Menu di scelta rapida
  Proprietā... Realizes the breakpoints properties dialog. Menu di scelta rapida
Remove All Breakpoints Rimuovi tutti Removes all breakpoints from the view. Context menu and view action
Remove Selected Breakpoints 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
Select Defautl Working Sets Seleziona l'insieme di lavoro predefinito Allows you to choose which working set will be the default one. Visualizza azione
Show Qualified Names Mostra nomi completi Changes if qualified names are shown or not. Visualizza azione
Show Supported Breakpoints Mostra punti di interruzione supportati Changes if only supported breakpoints should be shown or not. Visualizza azione
Skip All Breakpoints Ignora tutto Sets all breakpoints to be skipped. Visualizza azione
Suspend... 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

Argomenti correlati

Punti di interruzione
Viste Java

Attivitā correlate

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

Riferimenti correlati

Viste ed editor