User Tools

Site Tools


ixe:irpl:debugging:tracestack

TraceStack

TraceStack

Description

Prints all the items from the stack to RPL.txt without removing them from the stack. Items are printed one per line and the type of each is also provided. If you open the console with the Tilde (~) key and type trace on in the console, the values will also be printed in the console.

Examples

# inspect what a function does to the stack
TraceStack # see stack before the call
@MyFunction
TraceStack # see stack after the call
ixe/irpl/debugging/tracestack.txt · Last modified: 2025/09/25 18:31 by Grabz