You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other extensions you installed (and if the issue persists after disabling them): Keil Studio extensions pack
When trying to debug with the new Arm Debugger extension instead of the previous Arm Embedded Debugger, I'm stuck with the following error, and the error message does not help me to understand what is wrong:
Using the LLVM DWARF Parser for this file ***.elf
ERROR(CLI237-TAD12-NAL52):
! An error occurred processing MSDAP message
! Unable to create breakpoint at 0x000007BC
! Cannot attain state requested.
Disconnected from stopped target Cortex-M0
[server] Debug server shutdown application
[server] Debug server shut down attempted
[server] Done
ERROR(CLI237-COR160):
! An error occurred processing MSDAP message
! Operation on closed connection
There is mention of some breakpoint, but I did not set any of it.
I'm using a private DFP (not publicly released yet). I have no problem using the previous extension with the exact same project and environment.
Could you give me input/some hints about these error messages?
The text was updated successfully, but these errors were encountered:
Is it possible to share more information about the device you are using?
This message could point to not having full debug access to the device when trying to set the breakpoint for running to debugFrom (by default main of the application). Maybe it is in a secured bootloader at that point?
Hi @jreineckearm
We had to switch to the previous Arm Embedded Debugger extension, which does not show this behavior. But I won't miss getting back to you when I'll find some time to try again the Arm Debugger extension.
I think that if the PDSC was at fault, we would have already noticed it with the other tools used (uVision, VS Code with Arm Embedded Debugger extension...), but I'll investigate anyway.
Type: Bug Report
Describe the bug
When trying to debug with the new Arm Debugger extension instead of the previous Arm Embedded Debugger, I'm stuck with the following error, and the error message does not help me to understand what is wrong:
There is mention of some breakpoint, but I did not set any of it.
I'm using a private DFP (not publicly released yet). I have no problem using the previous extension with the exact same project and environment.
Could you give me input/some hints about these error messages?
The text was updated successfully, but these errors were encountered: