Shame on me, I didn't even know anything about this debugger.
Anyway, its working on ESP32, what a crazy world ;-)
>hello()
1
3 ...r b='World';console.log(1);debugger;console.log(2),foo(bar(a...
^
debug>info locals
Locals:
--------------------------------
a : "Hello"
b : "World"
Execution Interrupted
at line 3 col 44
...r b='World';console.log(1);debugger;console.log(2),foo(bar(a...
^
in function "hello" called from line 1 col 7
hello()
^
>
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.
Shame on me, I didn't even know anything about this debugger.
Anyway, its working on ESP32, what a crazy world ;-)