Suspending and resuming debugging


The Debug menu and toolbar also have Suspend All and Resume All options, which enable you to "pause" execution at any time and then continue from the point execution was suspended.

To suspend selected threads or thread groups:
To suspend all threads, either:

When a thread is suspended, the Debugger Window displays all current information for the thread.

Likewise, you can resume any or all of the suspended threads. Choose Resume All from the Debug menu to resume execution of all threads. To resume execution for threads individually, right-click on the thread or thread group and choose Resume from the contextual menu.


Contents Prev Next Index