Better debugger view matrix and times
niallrobinson
There are two (I would think) relatively simple changes to the debugger that would make a huge difference to me. I would love to be able to look at two dimensions of a wave at once rather than the current one dimension. Its incredibly frustrating having to pick one row, column etc at a time when debugging. It would be great to navigate round a table like you would viewing the wave using the
edit
command.It would also be fantastic to be able to view a wave or a variable value as a date and time in the debugger rather than as a number of seconds. I currently have to write code to print the value to the history as a time at intervals that I can then look at while debugging.
Thanks
Niall
You *can* currently use the Debugger's Expressions pane to print secs2date(variableName) etc as a workaround.
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
January 16, 2012 at 11:15 am - Permalink
January 23, 2012 at 02:44 pm - Permalink