Skip to content

Commit

Permalink
doc: add note about debugging worker_threads
Browse files Browse the repository at this point in the history
PR-URL: #30594
Fixes: #30197
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
lundibundi authored and addaleax committed Nov 30, 2019
1 parent e401e8c commit 7d98a59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/api/debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,10 @@ debugging sessions.)
If the Chrome browser is older than 66.0.3345.0,
use `inspector.html` instead of `js_app.html` in the above URL.

Chrome DevTools doesn't support debugging [Worker Threads][] yet.
[ndb][] can be used to debug them.

[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
[V8 Inspector]: #debugger_v8_inspector_integration_for_node_js
[Worker Threads]: worker_threads.html
[ndb]: https://github.com/GoogleChromeLabs/ndb/

0 comments on commit 7d98a59

Please sign in to comment.