|
|
|
|
|
by nialo
3661 days ago
|
|
I haven't tried this, but https://github.com/ketchupsalt/debugger might be of interest to you. More generally, it's not actually sandboxed inside a web browser, you can interact with system through REST-ish API as well. see https://starfighter.readme.io/docs/retrieve-device-status for some documentation on that. It's obviously pretty inconvenient to get a full debugger type experience that way, but I don't really see how they could make it less sandboxed, given the constraint that the authoritative copy of everything must run on their servers for security. I do wish all the commands gave some sort of feedback, load in particular is super frustrating that way. |
|
https://github.com/ketchupsalt/debugger/blob/master/commandl...