-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolworkerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Description
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
const worker = new Worker('./worker.js', {});
debugger
statements also don't work inside thread
edopalmieri, DylanPiercey, avaer, gauravmahto, Tom910 and 45 morehimself65 and devansvdunbornchikken, gunaygultekin, wangkailang and robross0606
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolworkerIssues and PRs related to Worker support.Issues and PRs related to Worker support.