Local debugging

 

Local debugging is the simplest and most common kind of debugging.  After you have finished editing and compiling your StreamIt program, you can launch the program on your workstation using the Run > Debug... menu item on the workbench.  Launching the program in this way will establish a connection between the debugger client and the StreamIt program that you are launching.  You may then use breakpoints to debug your program.

 

Related concepts

General debugging support and Eclipse integration

 

Related tasks

Running and debugging

Launching a StreamIt program in debug mode

Resuming the execution of suspended threads

Inspecting child streams and state variables