old topic... I'm trying to put debugger; into code. but emulator does not stop there.
var myMenu = { "" : { "title" : "Title" }, "< Back" : () => back(), "Test": { value:"X", format : function (v) { debugger; var options=myMenu[""]; var fh = options.fontHeight; print(myMenu); return v; } }, }; E.showMenu(myMenu);
@Mark_M started
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.
old topic...
I'm trying to put debugger; into code. but emulator does not stop there.