Skip to content

Debug: Cannot step into function #239769

@bpasero

Description

@bpasero

Steps to Reproduce:

  1. check out VSCode at https://github.com/microsoft/vscode/blob/3b2a329b832d3ecfb41e29a9f65ba51dc57d6346
  2. add a breakpoint here
  3. F5
  4. select a tab
  5. right click
  6. select "Move into new Window"
  7. 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
        }
    }
}

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesimportantIssue identified as high-prioritypapercut 🩸A particularly annoying issue impacting someone on the teamverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions