Breakpoints Window

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:

  • Dock - Docks a floating debug window inside the Debug Console. Command is disabled when a window is docked in the console.
  • Undock - Makes a docked debug window float outside the Debug Console. Command is disabled when a window is floating outside the console.
  • Hide - Closes an opened docked or floating window.

Breakpoints tab

Breakpoints are listed in the order they were created.

Break on Exceptions tab

Contains a list of frequently used system exceptions.

Breakpoints tab

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.

Break on Exceptions tab

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

About Break on Exceptions

Hide and Show a Debug Window

Hide and Show the Debug Console

Resize a Debug Window in the Debug Console

Resize Columns in a Debug Window

Undock and Dock a Debug Window