debugger.lua
debugger.lua copied to clipboard
feat: add cmd_go
For example, use g0 to jump to the bottom of the stack.
Trying to jump out of range triggers cmd_trace instead.
Whoops, I forgot to take stack_top into account. Fixed!
Might rename this to inspect, which makes clear there is no stepping involved.