probe-rs / vscode

VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basic command line debugging in addition to VSCode UI.
https://probe.rs/
Other
65 stars 6 forks source link

Issue with debugging assembly files #103

Closed rayc345 closed 1 month ago

rayc345 commented 1 month ago

I can use probe-rs and the vscode extension to debug a simple C based project on STM32G431. However, in startup scripts, which is a ".s" file in assembly language, I cannot set breakpoints but call stacks can work correctly for assembly files. I want to know if breakpoint in asm files would be supported in the future.

noppej commented 1 month ago

This is not currently supported, but PR's are always welcome :)