Resuming Execution of a Thread

You can resume execution of a thread from where it is currently stopped using one of the following procedures. After resuming execution, the thread runs until it reaches a breakpoint, is suspended, or ends.

To resume execution of a single thread:

  1. Open the Threads/Stack window by choosing Debug -> Threads/Stack.
  2. Select the thread by clicking on its name.
  3. Click Resume Thread.

To resume execution of all threads:

See also:

Suspending Execution of a Thread
Threads/Stack Overview