Enhance Debugger operation to jump into arbitrary procedure file and line

I have a runtime check of the form 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 site
and 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
I think something like that could be done; a one-time breakpoint at the designated line could be set.

Rather low on the priority list at this time, however.

--Jim Prouty
Software Engineer, WaveMetrics, Inc.