Debugging Toolbars
Contents
[hide]In GVP and ORS Debugging perspectives, the first pane contains Debug and Navigator views. The second pane contains views for Variables, Breakpoints, and Expressions. A GVP example is shown below.
Debug View
The Debug view shows the name of the callflow or workflow diagram being debugged, as well as the status of the debug progress or result.
Each toolbar button is identified in the table below.
Navigator View
The Navigator view shows the same Project folder structure shown in the Project Explorer window of the Composer perspective.
Each toolbar button on the Navigator toolbar is identified in the table below.
Variables View
The Variables view displays information about the variables associated with the stack frame selected in the Debug view. When debugging a Java program, variables can be selected to have more detailed information as displayed below. In addition, Java objects can be expanded to show the fields that a variable contains.
Each toolbar button in the Variables view is identified in the table below.
Breakpoints View
The Breakpoints view and toolbar manage breakpoints within a debugging session.
Each toolbar button in the Breakpoints view is identified in the table below.
Expressions View
Use the Expressions view to inspect data from a stack frame of a suspended thread, and other places.
Each toolbar button in the Expressions view is identified in the table below.