I'm afraid there's no interactive debugger. You have to debug with print statements, by executing functions one by one, and by looking at the values of variables.
It's something that I'd like to add at some point in the future - I have an idea of how it can be done without too much trouble - but it's not there now.
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.
I'm afraid there's no interactive debugger. You have to debug with print statements, by executing functions one by one, and by looking at the values of variables.
It's something that I'd like to add at some point in the future - I have an idea of how it can be done without too much trouble - but it's not there now.