Specifications

Using Breakpoints and the Watch Window
2-10
10) At the prompt, type
goodbye
and click OK. Notice that the Stdout tab
shows the input text in blue.
Also notice that the Watch Window now shows the value of *scanStr.
After you type an input string, the program runs and stops at the
breakpoint. The next line to be executed is highlighted in yellow.
11) Click the (Step Over) toolbar button or press F10 to step over the call
to fprintf().
12) Experiment with the step commands Code Composer Studio provides:
Step Into (F8)
Step Over (F10)
Step Out (Shift F7)
Run to Cursor (Ctrl F10)
13) Click (Run) or press F5 to finish running the program when you have
finished experimenting.