-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
microsoft/vscode-js-debug
#2196Labels
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-prioritypapercut 🩸A particularly annoying issue impacting someone on the teamA particularly annoying issue impacting someone on the teamverifiedVerification succeededVerification succeeded
Milestone
Description
Steps to Reproduce:
- check out VSCode at https://github.com/microsoft/vscode/blob/3b2a329b832d3ecfb41e29a9f65ba51dc57d6346
- add a breakpoint here
- F5
- select a tab
- right click
- select "Move into new Window"
- from the debug toolbar try to click "Step in" or "Continue"
🐛 nothing works, no click action other than stop does anything
{
"seq": 5933,
"type": "response",
"request_seq": 17,
"command": "stepIn",
"success": false,
"message": "Unable to step in",
"body": {
"error": {
"id": 9222,
"format": "Unable to step in",
"showUser": false
}
}
}
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 issuesimportantIssue identified as high-priorityIssue identified as high-prioritypapercut 🩸A particularly annoying issue impacting someone on the teamA particularly annoying issue impacting someone on the teamverifiedVerification succeededVerification succeeded