Compiling changes in a StreamIt file

 

In this section, you will learn more about compiling StreamIt programs in the workbench.

 

  1. In the Package Explorer view, find Minimal.str and double-click it to open it in an editor.
  2. Select StreamIt > Compile Changes.  This will compile the source in the active editor, or the selected file in the Navigator, to an intermediary Java file.

 

 

  1. Notice that the program has finished compiling and a Minimal.java file appears in the Package Explorer.

 

 

  1. You should compile changes to a StreamIt file whenever you would like to add breakpoints or watchpoints.

 

Related concepts

Breakpoints and watchpoints

 

Related tasks

Compiling a StreamIt program

Breakpoints