Skip to content

Breakpoints

The Breakpoints panel of the Console tool window allows managing existing breakpoints in the optional script that's executed during analysis.
The first breakpoint in the list is named Any Exception1. It is a pre-defined breakpoint and corresponds to exceptions. The other breakpoints are those defined by the user in the editor.

The information reported for each user-defined breakpoint is:

  • Script file name
  • Line number

The checkbox on the left allows selecting and de-selecting the breakpoint.

Toolbar

Icon Name Description
Enable all Breakpoints Enable all defined breakpoints
Disable all Breakpoints Disable all defined breakpoints
Delete Selected Breakpoints Delete the breakpoints that have been selected1

  1. The pre-defined breakpoint cannot be deleted.