Skip to content

Error messages are not reported in the console #5

Description

@everdrone
Tried to launch debugger with: {
  "request": "launch",
  "cwd": "D:\\Projects\\rust\\seq",
  "chip": "STM32F103CB",
  "flashingConfig": {
    "flashingEnabled": true,
    "haltAfterReset": false
  },
  "wireProtocol": "Swd",
  "connectUnderReset": true,
  "coreConfigs": []
}
error: {response_message}

But in the DAP logs, under RPC messages i can see this

"variables": {
  "response_message": "Failed to open the debug probe.\n\t\"The debug probe could not be created.\"\n\t\t\"A USB error occurred.\"\n\t\t\t\"Access is denied. (os error 5)\""
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions