Starting the Debugger from the ADE Desktop
runs the Debugger in stand-alone mode, ready to execute and debug
any procedures you open in the Debugger window.
Note: The
Debugger does not automatically set a breakpoint on the first executable
line of procedures you execute from the Debugger when you start
it from the ADE Desktop. Be sure to set at least one breakpoint
before running a procedure.
To start a debugging session
from the ADE Desktop:
choose Tools > Application Debugger or
click on the Application Debugger button
on the toolbar. The following figure shows the Application
Debugger menu option and toolbar button in Windows.
Figure 1. Debugging from the ADE Desktop
The ADE Desktop immediately initializes and gives control
to the Debugger, without an initial application running. Starting
from the ADE Desktop runs the Debugger in stand-alone mode, ready
to execute and debug any procedures you open in the Debugger window.
Note the Debugger does not automatically set a breakpoint on the
first executable line of procedures you execute from the Debugger
when you start it from the ADE Desktop. Be sure to set at least
one breakpoint before running a procedure.
Note: You
can use the Interrupt option from the Debugger
window to stop execution of most any procedure, whether or not it
has a breakpoint set. For more information on the Interrupt and Breakpoints options,
see Debugger Window and Files