-
Notifications
You must be signed in to change notification settings - Fork 38.1k
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 issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.12.0-insiders
- OS Version: El Capitan
Steps to Reproduce:
- Launch a compound configuration
{
// Use IntelliSense to learn about possible Node.js debug attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/server.js",
"env": {
"NODE_ENV": "local"
},
"preLaunchTask": "build:server",
"outFiles": [
"${workspaceRoot}/dist-server/**/*.js"
]
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:6615",
"webRoot": "${workspaceRoot}/dist-client",
"userDataDir": "${env:HOME}/.chrome-debug",
"sourceMapPathOverrides": {
"*": "${workspaceRoot}/*"
}
}
],
"compounds": [
{
"name": "Client/Server",
"configurations": ["Launch Program", "Launch Chrome"]
}
]
}- Observe the debug floating menu has both configurations shown.
-
Hit a breakpoint in the code.
-
Observe that the context menu no longer shows any of the options, and doesn't allow you to switch between them.
This remains until the restart button is pressed.
Reactions are currently unavailable
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 issuesverifiedVerification succeededVerification succeeded

