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 source 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 source editor to debug in the following ways:
The debugger adds several menu items to the source editor's context menu including:
The debugger will show tooltips in the source 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 source editor and hover the mouse over the selected text.
About Debugger Windows
Copyright © 1997, 2004, Oracle. All rights reserved.