Callstack with parameters?

delphi package - automated exception handling
Post Reply
Martin
Posts: 1
Joined: Mon Jul 15, 2019 12:56 pm

Callstack with parameters?

Post by Martin »

Hello,

MadExcept shows nicely in which function an error occurred and also the Callstack. But is there also a possibility to see, with which parameters these function calls were made?

many Greetings
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Callstack with parameters?

Post by madshi »

Nope, sorry, that's not really possible because the first 3 parameters to each function call are usually transported via registers, and at the time the exception occurs, there's no way to get the original content of those registers at the time when each of the functions in the callstack was called.
Post Reply