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:
When the debugging session is resumed, the thread is not executed.
To resume execution of a suspended thread:
Execution of the thread is resumed.
See also | |
---|---|
Pausing a Program
Continuing a Program in the Debugger |