-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Stop inspect the main thread Blocked. #12559
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.Issues that look for answers.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocolquestionIssues that look for answers.Issues that look for answers.
node version: 7.5.0
platform: win7
I start node with "node --inspect c:\node.js"
And I wand to stop inspect, but the main thread Blocked.
and block in
call process._debugEnd(); have same question.