:help-debugger ( -- )


Vocabulary
help

Inputs
None

Outputs
None

Definition


: :help-debugger ( -- )
nl "Debugger commands:" print
nl ":s - data stack at error time" print
":r - retain stack at error time" print
":c - call stack at error time" print
":edit - jump to source location (parse errors only)" print
":get ( var -- value ) accesses variables at time of the error"
print ":vars - list all variables at error time" print ;