Use the Breakpoints window to:
The Breakpoints window has the following elements:
Upward pointing arrow |
Click the upward pointing arrow at the top right corner to undock the window from the Debug Console. |
Downward pointing arrow |
Click the downward pointing arrow at the top right corner to dock the window in the Debug Console. |
Pop-up menu commands |
Pop-up menu commands (right-click in Windows) are accessible from the colored header (docked window) or the first line below the window title (undocked window). The commands available are:
|
Breakpoints tab |
Breakpoints are listed in the order they were created. |
Break on Exceptions tab |
Contains a list of frequently used system exceptions. |
Check box |
If checked, breakpoint is enabled. If unchecked, breakpoint is disabled. Click the check box to disable or enable the breakpoint. |
Source |
Name of source unit in which breakpoint is set. It has one of the following formats: ModuleName.ProgramUnitName ModuleName.TriggerName ModuleName.TriggerName (BlockName) ModuleName.TriggerName (BlockName.ItemName) PackageName.ProgramUnitName SchemaName.StoredProgramUnitName |
Line |
Line number of source unit or trigger at which breakpoint is set. |
The following pop-up menu commands (right-click in Windows) are available in the Breakpoints tab:
Remove |
Permanently deletes a selected breakpoint. |
Remove All |
Permanently deletes all breakpoints. |
View Source Code |
Displays the source code of the source unit in which the breakpoint is set. |
Check box |
If checked, break on exception is enabled. If unchecked, break on exception is disabled. Click the check box to disable or enable the break on exception. |
Number |
System exception number. |
Exception Name |
Name of the exception. Click the check box next to ALL EXCEPTIONS if you want to break on all exceptions during debugging. |
About Breakpoints and Executable Source Lines
Hide and Show the Debug Console
Resize a Debug Window in the Debug Console