probe-rs icon indicating copy to clipboard operation
probe-rs copied to clipboard

Unable to inspect stack frames on RISCV target

Open nand-nor opened this issue 5 months ago • 1 comments

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:

  1. Connect probe-rs
  2. Run a program
  3. Pick arbitrary breakpoint
  4. issue info frame command
  5. Observe Unimplemented response (See picture)

image

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

nand-nor avatar Sep 29 '24 01:09 nand-nor