I'm using Delphi 5. I want to get in code, all the calling procedure's call stack. For example:
procedure main (line 17) > function F1 (line 34) > function F2 (line 2)
MadExcept does exactly that, but only when it handles an exception. I want to get it when I'm asking. I need it for a log.
Is there a way to get that infomation, by MadExcept, or by another way?