Page 1 of 1

Call Stack

Posted: Tue Apr 09, 2019 7:08 am
by x3mike
Hello,

is it possible to create a call stack log without an exception? I want to log on special situations within a dll.

Thanks,
Michael

Re: Call Stack

Posted: Tue Apr 09, 2019 8:19 am
by iconic
Hello,

You can use madExcept.GetThreadStackTrace() for a callstack log of a selected thread or madExcept.GetCrashStackTrace() for the current thread. No exception needs to be generated in order to view this

http://help.madshi.net/madExceptUnit.ht ... StackTrace

--Iconic