I have tried many types below:
"cppdbg" from "ms-vscode.cpptools"
---"svdPath" is allowed but not work since "Embedded Tools" is depracated.
"arm-debug" from "arm.arm-debugger"
---armdbg can not connect to my board
"embedded-debug" from "arm.embedded-debug"
---ok, but it do not supported DWARF5
"gdbtart" from (eclipse-cdt.cdt-gdb-vscode)
---not allowed
Only "embedded-debug" supports the "svd" property, but it still doesn't work because the DWARF5 symbols in my toolchain cannot be stripped, and DWARF5 is not supported by the Arm Embedded Debugger. The README of this repo says "but now works with any debugger that supports the Microsoft Debug Protocol", so which debugger adapter actually supports SVD?
I have tried many types below:
"cppdbg" from "ms-vscode.cpptools"
---"svdPath" is allowed but not work since "Embedded Tools" is depracated.
"arm-debug" from "arm.arm-debugger"
---armdbg can not connect to my board
"embedded-debug" from "arm.embedded-debug"
---ok, but it do not supported DWARF5
"gdbtart" from (eclipse-cdt.cdt-gdb-vscode)
---not allowed
Only "embedded-debug" supports the "svd" property, but it still doesn't work because the DWARF5 symbols in my toolchain cannot be stripped, and DWARF5 is not supported by the Arm Embedded Debugger. The README of this repo says "but now works with any debugger that supports the Microsoft Debug Protocol", so which debugger adapter actually supports SVD?