Yes I have been playing with the web ide since I started with espruino.
I come from a C + jtag background doing low level code.
Now, javascript is a new language for me for both the microcontroller and the UI. I´ve found that chrome is good for debugging the browser side js. Espruino debugs with console.log and debugger; Although this last one crashes sometimes.
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.
Hi @Robin,
Yes I have been playing with the web ide since I started with espruino.
I come from a C + jtag background doing low level code.
Now, javascript is a new language for me for both the microcontroller and the UI. I´ve found that chrome is good for debugging the browser side js. Espruino debugs with console.log and debugger; Although this last one crashes sometimes.