-
Notifications
You must be signed in to change notification settings - Fork 39.4k
Can't debug latest Node 8 nightlies #24611
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesimportantIssue identified as high-priorityIssue identified as high-priority
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesimportantIssue identified as high-priorityIssue identified as high-priority
microsoft/vscode-node-debug2#99
The
--inspect --debug-brkoption works from Node 6.3 through 7.x. The--inspect-brkoption works from 7.6.0 through 8.x.--debug-brkwas just removed: nodejs/node#12197. Hopefully it will be put back for backwards compatibility - nodejs/node#12364. Otherwise, VS Code 1.11 won't be able to debug Node 8 which is an issue.