ARM-software/vscode-embedded-debug

Abbrev with this ID already exists

Closed this issue · 0 comments

Type: Bug Report

Describe the bug

  • OS and Version: Windows 10
  • VS Code Version: 1.86.1
  • Extension Version: 1.0.13

When trying to debug with this extension, I get the following error in the debug console. As the message is not very explicit, it is hard for me to understand the origin of the problem. I used the same target for another project, and the debugger did not complain.

Device Selected: **********
Parse debug description...
Create system description...
Connect to debug unit (CMSIS-DAP)...
Configure debug unit (SWD @ 10000000 Hz)...
Create device map...
Connect ('haltOnConnect') to device ***********
Device connected
Halt...
Device halted after connect
Reset ('auto')...
Reset completed
Load application...
ERROR: Abbrev with this ID already exists
Disconnect from device...
Disconnect from debug unit...

Would you have any insight about the possible origin of this error message?