Setting Java Options for the Debugging Environment
You can set options that are specific to debugging Java programs,
such as the action to perform when stepping into a method whose source is not available.
To set options specific to Java programs:
- In the Options window, expand Debugging and Executing
Debugger Settings.
- Select the Java node.
- On the property sheet, set these values to your preferred settings:
- Action on Step Into.
Determines the action to perform when stepping into a method whose source is not available. You can step out of the method, stop and
debug without source code, or step to the first method with source code
mounted in the filesystem.
- Run Compilation.
If True, compiles a program before starting the debugger.
- Show Action on Step Into Dialog.
If True, opens an alert box that asks the action
to take when you step into a method without source code.
You can stop debugging, step out of the method, or find the source code.
Legal Notices