-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Hi there,
I am currently trying to figure out who to debug and ideally modify my ClearScript code through Visual Studio Code. I am surprised to find that it does not work as good as with chrome inspector. It seems the extension on which ClearScript was tested and documented is now obsolete.
Instead the "Javascript Debugger" seems to be the new default. The launcher settings "protocol":"inspector" don't seem to work anymore on this.
While using this debugger, I am unable to modify code when in break mode, and thus it can't be pushed back to ClearScript. I tried also with a local module which I imported, even when I modify that, changes on that external module are not applied to the running script.
I suspect ClearScrip does not support this new/different debug commands coming from vscode, but I'm not an expert on this unfortunately.
Any input or ideas on this, perhaps I'm just doing it wrong :) Thank you!