vscode-devtoolsUse built-in or any hosted Chrome Devtools inside VSCode using Webview+iframe. How to use?First run chrome instance in remote debugger mode with:
Alternatively, you can use the command Use the command Use the command A statusbar item shows Launch Devtools using the command The list of debug targets is shown. Select the target and the Chrome Devtools will load in a iframe in the Webview based editor. By default the built in Devtool of the Chrome running in remote debugger mode. However you can specify the URL of any hosted devtools url using the configuration settings You can copy the URL to launch Devtools using the This is a starting point. I am exploring possibilites of integration with VSCode. For example:
Of course VSCode has bultin debugger for JavaScript (based languages). |