Get information about the call stack.
Static variables
Static methods
staticcallStack():Array<StackItem>
Return the call stack elements, or an empty array if not available.
staticexceptionStack(fullStack:Bool = false):Array<StackItem>
Return the exception stack : this is the stack elements between
the place the last exception was thrown and the place it was
caught, or an empty array if not available.
Set fullStack
parameter to true in order to return the full exception stack.
May not work if catch type was a derivative from haxe.Exception
.