Breakpoint menu options

Click Breakpoint on the menu bar to select the following:

Add Breakpoint

Adds a breakpoint at the line of code indicated by the current cursor position. This option is available once a program module is loaded and displayed in the source window.
Shortcut key: F6
This function is also available from the context menu and the toolbar.

Enable Breakpoint

Enables a disabled breakpoint at the line of code indicated by the current cursor position. This option is available once a program object is loaded and displayed in the source window.
Shortcut key: F7
This function is also available from the context menu and the toolbar.

Disable Breakpoint

Disables a breakpoint at the line of code indicated by the current cursor position. This option is available once a program object is loaded and displayed in the source window or when a breakpoint is selected on the Breakpoints pane.
Shortcut key: Shift+F7
This function is also available from the context menu and the toolbar.

Remove Breakpoint

Removes a breakpoint at the line of code indicated by the current cursor position regardless of the breakpoint condition. This option is available once a program object is loaded and displayed in the source window or when a breakpoint is selected on the Breakpoints pane.
Shortcut key: Shift+F6
This function is also available from the context menu and the toolbar.

Remove All Breakpoints

Removes all breakpoints regardless of the breakpoint condition. This option is available once a program object is loaded and displayed in the source window or when a breakpoint is selected on the Breakpoints pane.
Shortcut key: Alt+F6
This function is also available from the context menu and the toolbar.

Edit Breakpoint

Edits breakpoint properties for multiple breakpoints. The user can choose which breakpoint properties are to be applied to the selected breakpoints.
Shortcut key: Ctrl+F6
This function is also available from the context menu.

Breakpoint Properties

Displays properties for the selected breakpoint.
Shortcut key: Ctrl+Shift+F6
This function is also available from the context menu.

New Breakpoint Group

Creates a logical grouping that can contain breakpoints from different programs or modules. This group can be controlled as a separate entity.
Shortcut key: Ctrl+F8
This function is also available from the context menu and the toolbar.

Delete Breakpoint Group

Deletes the currently selected breakpoint group. All breakpoints in the group will be removed when the group is deleted.
Shortcut key: Shift+F8
This function is also available from the context menu and the toolbar.

Breakpoint Group Properties

Displays the properties of the currently selected breakpoint group.
Shortcut key: Ctrl+Shift+F8
This function is also available from the context menu.