Breakpoints View [PHP Debug Perspective]

The Breakpoints view displays and allows you to monitor and control the breakpoints set in the files being debugged.

Breakpoints View

Breakpoints View Toolbar Commands

IconNameDescription
breakpoints_view_remove.pngRemove Selected BreakpointsRemoves the selected Breakpoints from the file.
breakpoints_view_remove_all.pngRemove All BreakpointsRemoves all Breakpoints from the file.
breakpoints_view_show.pngShow Breakpoints Supported By Selected TargetsIf selected, only breakpoints supported by the current 'debug target' will be displayed. For example, iIf a PHP file is being debugged, only PHP breakpoints will be displayed.
breakpoints_view_goto_file.pngGo to File for BreakpointOpens the resource in which the breakpoint is located.
breakpoints_view_skip_all.pngSkip All BreakpointsIf selected, all breakpoints will be skipped and execution will not stop.
expand_icon.pngExpand AllExpands all items in the list.
collapse_all_icon.pngCollapse AllCollapses all items in the list.
link_with_editor_icon.pngLink with Debug ViewIf selected, clicking a breakpoint will link with the Debug view.

Breakpoints View Menu Commands

The view's menu can be accessed through the view menu icon menu_icon.png.

breakpoints_view_menu.png

NameDescription
Group By
  • Breakpoints
  • Breakpoint Types
  • Breakpoint Working Sets
  • Files
  • Projects
  • Resource Working Sets
  • Advanced
Select/Deselect Default Working SetAllows you to choose the default breakpoint working set from the Default Working Set dialog.
Working SetsOpens the Working Sets dialog.

Note:

The Breakpoints View [PHP Debug Perspective] is displayed by default as part of the Debug Perspective. To manually open the view, go to Window | Show View | Other | Debug | Breakpoints.