-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
Description
I frequently use the Visual Studio Code remote debugging functionality in conjunction with ClearScript's V8 engine, which works great! I just wonder what it would take to also be able to modify the code inside Visual Studio Code on the fly? It would be so handy as you get autocompletion, syntax highlighting etc and all that for free. BTW, on the application side I use AvalonEdit for editing/writing the code. I don't know if the websocket debugging protocol even allows to send over the modified code, so just asking :-p