Is there a way to have Igor update graphs and tables while using the debugger? I'd like to see the most recent state of graphs/tables whenever the debugger is paused. Currently, graphs and tables don't update until the debugger has finished.
HI John: I'll give that a try. But it seems like it would be straightforward to have a switch in the debugger to do this at each pause if desired. After all, much of my debugging consists of figuring out why my graphs and waves are not behaving.
After all, much of my debugging consists of figuring out why my graphs and waves are not behaving.
Partial help: in recent versions of Igor (6.10+) there is an option to have the debugger display your waves as graphs or images. With the debugger open, look at the top right popupmenu and select "show wave in graph".
....
#if DEBUGCODE
DoUpdate
#endif
Then when you're no longer debugging, set DEBUGCODE to 0.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
September 21, 2011 at 12:06 pm - Permalink
September 21, 2011 at 05:07 pm - Permalink
Partial help: in recent versions of Igor (6.10+) there is an option to have the debugger display your waves as graphs or images. With the debugger open, look at the top right popupmenu and select "show wave in graph".
September 21, 2011 at 07:24 pm - Permalink