Breakpoints List window
Use the Breakpoint Lists window to view and maintain all the breakpoints you have set. Breakpoints are retained across debugging sessions.
To open the Breakpoints List window, choose View|Breakpoints.
The Breakpoints List window:
- Displays a list of current breakpoints and lets you add, edit, delete, enable, and disable breakpoints using the popup menu.
- Lists all breakpoints by their file name and line number.
- Shows any condition and pass count associated with the breakpoint.
- Shows whether the breakpoint is disabled or invalid.
Right-click on the window to see the Breakpoints List window popup menu.
To set breakpoint options, right-click on a breakpoint or breakpoint group, and choose Options. The Breakpoint Options dialog box, where you view and modify breakpoint options, is displayed.
See also:
Building Applications with JBuilder: Using breakpoints