Suspending Execution

To suspend the DXL execution:

  1. Select the execution in the Debug View.
  2. Click the Suspend button [ Suspend ] in the view toolbar.

The execution is suspended. The current call stack is displayed, and the current line of execution is highlighted in the editor in the Debug Perspective.

Debug View

When the execution suspends, the top stack frame is automatically selected. The Variables View shows the stack frame's variables and their values.

Related concepts
Debugger

Related tasks
Adding Line Breakpoints
Launching a DXL program in debug mode
Stepping through the execution of a DXL program

Related reference
Debugger Known Limitations
Debugger Troubleshooting