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