Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add cortex-debug #647

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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.

None yet

1 participant