When the debugger stops, (for example, at a breakpoint after completing
a step command, or when paused), the source file for the current class
will open in the Code Editor and will be marked with the execution point
.
If JDeveloper cannot locate the source file for the class while debugging, the Source Not Found dialog is displayed prompting you for the source file location.
You can use the Code Editor to debug in the following ways:
The debugger adds several menu items to the Code Editor's context menu including:
The debugger will show tooltips in the Code Editor if you hover the mouse over the name of a variable. The tooltip will show the current value of the variable. If you want a tooltip to display the value of a more complicated expression, select the expression in the Code Editor and hover the mouse over the selected text.
About Debugger Windows
Copyright © 1997, 2004, Oracle. All rights reserved.