Show TOC

Working with Single BreakpointsLocate this document in the navigation structure

Procedure

  1. To set a debugger breakpoint in the Classic Debugger, position the cursor on the relevant line and choose Start of the navigation path Breakpoints Next navigation step Create/delete End of the navigation path.

    The system indicates that a debugger breakpoint is set by the icon on the corresponding line.

  2. To activate or deactivate breakpoints, perform one of the following:
    • To activate or deactivate a single breakpoint, position the cursor on the relevant line and choose Start of the navigation path Breakpoints Next navigation step Activate/Deactivate End of the navigation path.

    • To activate and deactivate all existing breakpoints, choose Start of the navigation path Breakpoints Next navigation step Activate All End of the navigation pathor Start of the navigation path Breakpoints Next navigation step Deactivate All End of the navigation path.

    The system indicates that a breakpoint is inactive by the icon.

  3. To delete breakpoints, perform one of the following:
    • To delete an individual breakpoint, place the cursor on the relevant line and choose Start of the navigation path Breakpoint Next navigation step Create/delete End of the navigation path

    • To delete all existing breakpoints, choose Start of the navigation path Breakpoint Next navigation step Delete All End of the navigation path.

  4. To save debugger breakpoints, choose Start of the navigation path Breakpoints Next navigation step Save End of the navigation path

    All existing debugger breakpoints are saved as session breakpoints.

    Caution

    When you finish your debugging session, the breakpoints are automatically deleted unless you have explicitly saved them as session breakpoints.