~~NOTOC~~ <=[[4rpl:start| Index]] ====== TraceStack ====== TraceStack ===== Description ===== 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. Only works with the 4RPL Console. ===== Examples ===== # inspect what a function does to the stack TraceStack # see stack before the call @MyFunction TraceStack # see stack after the call <=[[4rpl:start| Index]]