Breakpoint navigator

Use the Breakpoint navigator to add, delete, and edit breakpoints. To open the Breakpoint navigator, click the Breakpoint Navigator button () in the toolbar of the main window.

Navigate to a breakpoint in your source code: Click the breakpoint to display it in the source editor.

Disable or enable a breakpoint: Click the breakpoint icon. A disabled breakpoint appears lighter in color and remains in your project, but is ignored during debugging.

Deactivate all breakpoints: Choose Debug > Deactivate Breakpoints. Breakpoints appear gray in color when deactivated, and are ignored during debugging.

Activate all breakpoints: Choose Debug > Activate Breakpoints.

Remove a breakpoint: Control-click a breakpoint and choose Delete Breakpoint from the contextual menu.