Suspending and Resuming Execution of a Thread

Suspending a thread removes its behavior from the program. This enables you to watch only the behavior of threads you want.

To suspend execution of a thread:

  1. Open the Threads view of the Debugger window.
  2. Expand the thread group hierarchy until you find the thread you want to suspend.
  3. Right-click the thread and choose Suspend.

    When the debugging session is resumed, the thread is not executed.

To resume execution of a suspended thread:

See also
Pausing a Program
Continuing a Program in the Debugger

Legal Notices