Setting the Debugger Start Options

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).

To set the debugger start option:

  1. The start debugger setting is a project property which you can set in either of the following ways:

  2. Next, choose one of the available Start Debugging Options:

Note: Unlike previous releases of JDeveloper, you cannot start debugging by pressing the step_over Step Over or step_into Step Into buttons. Step over and step into will only cause stepping on an already-started debugging process.


Related topics

Debugging a Project in JDeveloper
Stepping Into a Method
Stepping Over a Method
About Breakpoints