Ahh, ok - can you try it again, but with break jsAssertFail after s but before c - it should then stop on the assertion itself and you can backtrace it.
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.
Ahh, ok - can you try it again, but with
break jsAssertFail
afters
but beforec
- it should then stop on the assertion itself and you can backtrace it.