hi,
is there any way to acces the CallStack at a given moment in code?
for example
try
some exception
except on E:Exception do ShowMessage(E.Message+<CALLSTACK>)?
for now i use SendMethodEnter('MethodName') and
SendMethodExit('MethodName') to push and pop the names from a stack at the begining and end of a function/procedure.
but i think this gives some overhead on the code ... when a callstack already exists. So any of you know how to acces the callstack without using the ExpertWizards and IOTA family objects?
is there any way to acces the CallStack at a given moment in code?
for example
try
some exception
except on E:Exception do ShowMessage(E.Message+<CALLSTACK>)?
for now i use SendMethodEnter('MethodName') and
SendMethodExit('MethodName') to push and pop the names from a stack at the begining and end of a function/procedure.
but i think this gives some overhead on the code ... when a callstack already exists. So any of you know how to acces the callstack without using the ExpertWizards and IOTA family objects?