Igor Pro®´s full-featured symbolic debugger gives you a powerful tool to get your code working properly by observing it execute one step at a time.

The debugger window will automatically appear when one of the following events occurs:

  • An error occurs, and you have enabled Debug on Error.
  • An error dialog is presented, and you click the Debug button.
  • A breakpoint that you previously set is encountered.
  • The Debugger operation is encountered.

debugger7.png

You set breakpoints simply by clicking in the procedure window´s left margin:
breakpoint7.png

Once in the debugger, you can execute a single line of code by pressing the "Step" button, step into or out of a routine, resume execution by pressing the "Go" button, or stop executing with the"Stop" button.

You can view the routine that is currently executing and the chain of routines that called it in the Stack list. The top row shows the routine that began execution and the bottom row shows the routine currently executing. You can examine the variables associated with any routine in the Stack list by simply selecting the routine in the Stack list:
stack7.png

You can view the values of all user-defined and built-in variables along with the variable type. And you can edit variable values by double-clicking their current value.

structures7.png

Igor´s structures and wave contents can be examined and edited, too:
structures7_0.png

Wave values can be examined as a list of numbers or strings in a table or a as a trace or image in graph:


wave_table7.png

You can enter expressions that use local or global variables. The expression´s value is evaluated at every step of the program.

expressions7.png

Igor 7 has a new "string inspector" that is useful for viewing and editing very long strings. It is especially useful when the string contains multiple lines of text such as the entire content of a multi-line data file:


string_inspector7.png

Forum

Support

Gallery

Igor Pro 9

Learn More

Igor XOP Toolkit

Learn More

Igor NIDAQ Tools MX

Learn More