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

Icon

Name

Description

breakpoints_view_remove.png

Remove Selected Breakpoints

Removes the selected Breakpoints from the file.

breakpoints_view_remove_all.png

Remove All Breakpoints

Removes all Breakpoints from the file.

breakpoints_view_show.png

Show Breakpoints Supported By Selected Targets

If 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.png

Go to File for Breakpoint

Opens the resource in which the breakpoint is located.

breakpoints_view_skip_all.png

Skip All Breakpoints

If selected, all breakpoints will be skipped and execution will not stop.

expand_icon.png

Expand All

Expands all items in the list.

collapse_all_icon.png

Collapse All

Collapses all items in the list.

link_with_editor_icon.png

Link with Debug View

If 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

 

Name

Description

Group By

  • Breakpoints

  • Breakpoint Types

  • Breakpoint Working Sets

  • Files

  • Projects

  • Resource Working Sets

  • Advanced

Select/Deselect Default Working Set

Allows you to choose the default breakpoint working set from the Default Working Set dialog.

Working Sets

 

Opens 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.

 

 

link_icon.png

Related Links:

PHP Debug Perspective

Breakpoints

Setting Breakpoints

Debug View

Variables View

Parameter Stack View

Debug Output View

Browser Output View

Expressions View