Is quit / q / Ctlr-c in debug> like 'kill process'? - I would not allow Ctrl-c in debug> mode. Wold als not call it Exectuion interrupted... it is actually cancelled/killed/aborted.
next / n - Line or statement: would prefer statement rather than line (is the usual 'over', is it?)
Is p expression in debug> mode the same as expresson in normal console/non debug mode?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
That helps already a lot...
Nice stack trace (on quit).
Is quit / q / Ctlr-c in debug> like 'kill process'? - I would not allow Ctrl-c in debug> mode. Wold als not call it Exectuion interrupted... it is actually cancelled/killed/aborted.
next / n - Line or statement: would prefer statement rather than line (is the usual 'over', is it?)
Is p expression in debug> mode the same as expresson in normal console/non debug mode?