Previous Next
Displaying values

In the Source Editor

  1. Highlight a in line 17 by double-clicking on it.
  2. Press Print.
    The Debugger displays the value you entered for the real part (
    re ) and the imaginary part ( im ). Notice that the value for the imaginary part is incorrect.
  3. In the Debugger, choose Tools > Close Tool.
    The Debugger quits and the button bar with the debug commands is removed from the Source Editor.