Skip to content

Conversation

mrsch
Copy link

@mrsch mrsch commented Jul 29, 2022

Related to #224

First try to get the cortex-debug extension running.
I had to make a change to dap--parser-read to skip some additional log outputs from cortex-debug. I don't know if this works with the other dap providers since I don't use any other.

I was able to successfully debug with the following config in launch.json:

{
      "name": "Debug nrf52832",
      "cwd": "${workspaceFolder}",
      "executable": "./build/firmware.elf",
      "request": "launch",
      "type": "cortex-debug",
      "device": "nRF52832_xxAA",
      "servertype": "jlink",
      "runToMain": true
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant