Layout
•Toolbars - toggles the display of the Trace Debugger toolbars
•Show Data Dictionary - displays the Data Dictionary for database information
•Show Call Tree - displays the list of files currently active in the Trace module
•Next Tab - displays next tab
•Find Text... - opens Find Text dialog box to locate text
•Find Next - locates the next instance of text where a match is found
•Configuration Settings... - displays the application Configuration Settings
•Close File - closes the currently active file
Breakpoints
•Add Breakpoint - adds a breakpoint at the line of the current cursor location for the Trace Debugger to pause on
•Clear Breakpoint - clears the breakpoint at the line of the current cursor location
•Clear All Breakpoints - clears all the breakpoints already set
•Go to Line... - moves the focus to a specified line number in the current file, to easier place breakpoints
Run
•Single Step Thru Commands - steps through each line of the code, one line at a time
•Jump to Line - jumps to a specific line in the debugger, forward or reverse, when single-stepping through code
•Execute To Error - executes the code until an error occurs
•Execute To Break - executes the code until a breakpoint is reached
•No Break on Error - executes the code without stopping at errors
•Stop Script Debugging - terminates all script/code debugging
Watch
•Add/Remove Watch Variables - displays a list of currently defined variables to add to the Watch Variable list
•Remove Watch Variable - removes the currently selected Watch Variable from the list
•Modify Variable Values - allows users to modify the current value of the selected variable
•Variable Break - allows users to break/halt processing based upon variables and variable values
•Clear All Watch Variables - clears all variables currently in the Watch Variable list
•Show/Hide Live Variables - toggles the display of the Live Variables toolbar
•Live Variables Count - specifies the number of variables displayed in the Live Variables toolbar
Help
•Context Help [Shift]+[F1] - displays the Help topic regarding the current current cursor location within the Trace Debugger
•Help - opens the Trace Debugger Help