Resuming the execution of suspended threads

 

To resume the execution of a suspended thread:

 

  1. Select the thread or its stack frame in the Debug view.
  2. Click the Resume button in the Debug view toolbar (or press the F8 key).  The thread resumes its execution, and stack frames are no longer displayed for the thread.  The Variables view is cleared.

 

Related concepts

Program launch support

General debugging support and Eclipse integration

 

Related tasks

Running and debugging

Local debugging

Launching a StreamIt program in debug mode

Inspecting child streams and state variables