Launching a StreamIt program in debug mode

 

Launching a program in debug mode allows you to suspend and resume the program, inspect variables, and examine Stream graphs using the debugger.

 

To launch a StreamIt program in debug mode,

 

  1. In the Package Explorer, select the StreamIt file you want to launch.
  2. Select Run > Debug As > StreamIt Application or Select Debug As > StreamIt Application in the drop-down menu on the Debug tool bar button. 
  3. Your program is now launched and the launched process appears in the Debug view.

 

Related concepts

Program launch support

General debugging support and Eclipse integration

 

Related tasks

Running and debugging

Local debugging

Resuming the execution of suspended threads

Inspecting child streams and state variables