Resuming Execution of a Thread

Use the Resume command to continue execution of a thread from where it is currently stopped. The thread runs until it reaches a breakpoint, is suspended, or ends.

To resume execution of a single thread:

  1. Open the Threads/Stack tab in the Debugger.

  2. Select the thread by clicking on its name.

  3. Click the Resume button.

To resume execution of all threads, do one of the following:


See also:

Suspending Execution of a Thread
Threads/Stack Tab