Skip to content

Commit 77cbf09

Browse files
lundibunditargos
authored andcommitted
doc: add note about debugging worker_threads
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]>
1 parent 8a0d1cb commit 77cbf09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api/debugger.md

+5
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,10 @@ debugging sessions.)
197197
If the Chrome browser is older than 66.0.3345.0,
198198
use `inspector.html` instead of `js_app.html` in the above URL.
199199

200+
Chrome DevTools doesn't support debugging [Worker Threads][] yet.
201+
[ndb][] can be used to debug them.
202+
200203
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
201204
[V8 Inspector]: #debugger_v8_inspector_integration_for_node_js
205+
[Worker Threads]: worker_threads.html
206+
[ndb]: https://github.com/GoogleChromeLabs/ndb/

0 commit comments

Comments
 (0)