Suspending and Resuming a Thread

See Also

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 running thread:

To resume execution of a suspended thread:

Notes

See Also
Pausing a Program
Continuing a Program in the Debugger

Legal Notices