Web IDE - load existing code from device? #5526
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2016-12-15 by @gfwilliams Yes, you can just type Only thing to note is that it's trying to reconstruct your code from the internal state of the interpreter, so some things in the global scope won't be right because Espruino only has the result of executing the code - not the original code. For instance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-15 by dmnkhhn
Hey guys,
Is it possible to load existing code from the device into the Web IDE? I just got started with my Puck.js but as I am writing the code on different devices I have to keep track of the code outside of the IDE to make sure that I always have the latest version before sending it to the device.
Best regards,
Dominik
Beta Was this translation helpful? Give feedback.
All reactions