This is an old revision of the document!
⇐ Index
TraceStack
Prints all the items from the stack to the debug window without removing them. Items are printed one per line and the type of each is also provided.
# inspect what a function does to the stack TraceStack # see stack before the call @MyFunction TraceStack # see stack after the call
⇐ Index