eclipse-wildwebdeveloper / wildwebdeveloper

Simple and productive Web Development Tools in the Eclipse IDE
https://projects.eclipse.org/projects/tools.wildwebdeveloper
Eclipse Public License 2.0
189 stars 70 forks source link

consider using vscode-js-debug/dapDebugAdapter for Chrome #1358

Open mickaelistria opened 10 months ago

mickaelistria commented 10 months ago

vscode-js-debug adapter can debug Chrome/Chromium using the pwa-chrome launch kind. Wild Web Developer should try to use it, which is already used for plain Node.js launches, instead of the custom Chrome extension. That would improve consistency inside Wild Web Developer, make it more consistent with VSCode and would allow to remove a bunch of node_modules.

mickaelistria commented 10 months ago

WIP at https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/pull/1359