We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0d1cb commit 77cbf09Copy full SHA for 77cbf09
doc/api/debugger.md
@@ -197,5 +197,10 @@ debugging sessions.)
197
If the Chrome browser is older than 66.0.3345.0,
198
use `inspector.html` instead of `js_app.html` in the above URL.
199
200
+Chrome DevTools doesn't support debugging [Worker Threads][] yet.
201
+[ndb][] can be used to debug them.
202
+
203
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
204
[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