2 years ago
#34169

John Weiland
Is there a way to access the name of the procedure that was running when an exception was raised? --Delphi 10.4
I'm creating an error report generator as part of a global exception handler. Right now I'm relying on the user to tell us what exactly they were doing when the exception happened.
I'm already adding the "exception.message" string to the report, but is there any way to grab the name of the procedure or the call stack "log" so I can add it to the report as well?
delphi
exception
global
callstack
0 Answers
Your Answer