-
Notifications
You must be signed in to change notification settings - Fork 119
Add support for sub-targets via new Targets domain #251
Comments
Feedback from @joshgav
|
This would be super useful for debugging React Native from VS Code. 😄 |
Node now supports workers, so we need a debug tool. Please. |
Please add support for workers ( https://nodejs.org/api/worker_threads.html ) |
Please add support to debug workers |
This is supported by vscode-js-debug now. |
It's expected for Node to land the new CDP Target domain to allow debugging child Node processes, within the next months per nodejs/diagnostics#75 (comment), and Chrome seems to motivated to move the Target domain for discovery.
We should explore how the Target domain works, and how much difference there is between the current HTTP discovery.
The text was updated successfully, but these errors were encountered: