By setting up the debugger start option, you are specifying how you would like the debugger to behave when you start a new debugging session. Specifically, decide if you want the debugger to execute until a breakpoint is reached, or if you want the debugger to stop when it reaches your project's code (for example, at the beginning of your application's main method).
The start debugger setting is a project property which you can set in any of the following ways:
Set Start Debugging Option to Run Until a Breakpoint Occurs icon.
Next, choose one of the available Start Debugging Options:
Note: Unlike previous releases of JDeveloper, you
cannot start debugging by pressing the
Step Over or
Step Into buttons. Step over and step into will only cause stepping on
an already-started debugging process.
Copyright © 1997, 2004, Oracle. All rights reserved.