Examining Breakpoints with the Breakpoints Window
To see the list of breakpoints, choose View
Debug Windows - Breakpoints from the main menu.
Breakpoints that have been verified as valid by the debugger are
indicated by
. You can use the Breakpoints window to quickly find the breakpoint location
in your source code.
To use the Breakpoints window to locate a
breakpoint in the source editor:
-
In the Breakpoints window, select a breakpoint.
-
Right-click and choose Go to Source for
Breakpoint from the context menu.
Related topics
Setting Preferences for the Debugger Windows
About Breakpoints
Setting Source
Breakpoints
Editing a Breakpoint
Disabling and Deleting Breakpoints
About Valid and Invalid Breakpoints
Copyright © 1997, 2004, Oracle. All rights reserved.