<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] ===== TraceStack ===== ^Arguments^Result^Notation^ | | | [ - ] | === Description === Prints all the values from the stack to the debug window without removing them. === Examples === #inspect what a function does to the stack TraceStack # see stack before the call @MyFunction TraceStack # see stack after the call