Stepping backwards in the call stack

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Stepping backwards in the call stack

Fernando Rodríguez
Hi,

Once in the debugger, can you step backwards in the call stack and see
what happened just before the error?


Reply | Threaded
Open this post in threaded view
|

Re: Stepping backwards in the call stack

Ian Bartholomew-19
Fernando,

> Once in the debugger, can you step backwards in the call stack and see
> what happened just before the error?

I don't quite understand what you are asking here?.

Selecting any point in the debuggers call stack will show the state of
evaluation at that point.  You can also edit and recompile the source and
restart the evaluation at that point (with the obvious caveat that some care
is needed).

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.