Graphical Debugging in Web IDE #128
Replies: 3 comments
-
Posted at 2017-03-26 by user75075 It does not appear that this code is in the latest chrome extension from the linked site. How does a person install this to get interactive debugging on the graphical interface? thanks. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-03-26 by user75076 Note: I am the same user from above, just posting reply on son's computer |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-03-27 by @gfwilliams Hi, Version 1v91 of Espruino will be fine - so I'd just use the default binary offered by the flasher. Do you have the URL of the one you tried but that didn't work so I can check? The normal IDE should work as well. This post was from 2015, so 'latest' code then should now be included by default Try creating a function on the right-hand side:
Click upload, then after upload, in the left-hand side of the IDE, type It should jump in to debugger mode where you can step through line by line. The only thing you can't do is debug code that executes during the upload process (for instance if you also wrote |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-10-20 by @gfwilliams
Just to let you know that I've now added a graphical debugger into the Web IDE. It'll be in versions of the IDE that you install from GitHub.
It has:
For it to work with lines highlighted you'll need the latest build of Espruino as well.
It's still a bit rough around the edges, so any help you can give in terms of testing (and fixing ;) would be appreciated. The actual code is here.
Stuff that's not quite right at the moment:
Beta Was this translation helpful? Give feedback.
All reactions