Page 1 of 1

Callstack with parameters?

Posted: Mon Jul 15, 2019 1:02 pm
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

Re: Callstack with parameters?

Posted: Mon Jul 15, 2019 1:47 pm
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.