You are reading a single comment by @JumJum and its replies. Click here to read the full conversation.
  • 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;consol­e.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;consol­e.log(2),foo(bar(a...
                                  ^
    in function "hello" called from line 1 col 7
    hello()
          ^
    > 
    
About

Avatar for JumJum @JumJum started