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:
- Open the Threads/Stack window by choosing Debug -> Threads/Stack.
- Select the thread by clicking on its name.
- Click Resume Thread.
To resume execution of all threads:
- Click the Go button

on the Edit/Debug toolbar.
See also:
- Suspending Execution of a Thread
- Threads/Stack Overview