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:
- Open the Threads/Stack tab in the Debugger.
- Select the thread by clicking on its name.
- Click the Resume button.
To resume execution of all threads, do one of the following:
- Click the Resume All button on the Threads/Stack tab in the Debugger.
- Click the Resume All control

on the Source Editor tool bar.
- Press F6.
See also:
- Suspending Execution of a Thread
- Threads/Stack Tab