Enhance Debugger operation to jump into arbitrary procedure file and line
thomas_braun
ASSERT(var, str)
which does nothing if var is true,otherwise prints str to history, the function name, procedure file and line from
GetRTStackInfo
of the call siteand jumps into the debugger using
Debugger
if val is false.Now it would be nice if I could tell the debugger to jump into the debugger at the call site of ASSERT.
Something like
Debugger [/Procedure=/L=]
springs to my mind.
Thanks for considering,
Thomas
Rather low on the priority list at this time, however.
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
September 10, 2014 at 01:32 pm - Permalink