User Tools

Site Tools


4rpl:commands:tracestack

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

Index

4rpl/commands/tracestack.txt · Last modified: 2021/02/07 18:52 by Grabz