-
-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Debug worker_threads #26609
Copy link
Copy link
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
Description
Activity
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocol.Issues and PRs related to the V8 inspector protocol.workerIssues and PRs related to the worker_threads module and Worker API.Issues and PRs related to the worker_threads module and Worker API.
There is no possible to debug worker threads, only through event messages to main thread
You can't step into this worker in the chrome dev tools
debuggerstatements also don't work inside thread