probe-rs
probe-rs copied to clipboard
Unable to inspect stack frames on RISCV target
Describe the bug
When using probe-rs (ref 9bde591
) with VS Code debugger, I am not able to use the info frame
or the info reg
command. It reports that the functionality is not implemented
To Reproduce Steps to reproduce the behavior:
- Connect probe-rs
- Run a program
- Pick arbitrary breakpoint
- issue
info frame
command - Observe
Unimplemented
response (See picture)
Expected behavior
The current stack frame is displayed after executing the info frame
command
Desktop (please complete the following information):
- Linux by way of WSL / Windows 11 (
5.15.153.1-microsoft-standard-WSL2
)
Additional context This is using an exp32c6 target. Happens with and without RTT configured