Syntax

debug checkpoint

Explanation

Stops the current script and opens the debugger, letting you view variables and step through the code instruction by instruction.

Note that Stacksmith currently only has a command-line debugger, so you must have launched the app from the Terminal to be able to use the debugger. The debugger also currently only works at the bytecode level, it does not show source code lines yet.