JackN
JackN
@Tiwalun I am available to take on this issue. Please tag me to confirm/deny, so that we don't duplicate effort :)
> * Try and step out > * Doesn't work, stays in the same function Yeah, this is one of those limitations. That said, your comment made me realize the...
> Also hard to tell, but inline breakpoints are a little finicky, but I can't tell if that's because they're being those parts are being inlined. The intention is that...
This PR also addresses stepping and variable resolution issues with regards to RISC-V, as tracked by #877
I have the Esprissif ESP32-C3-DEVKITM-1 and it works fine for me. Any chance you can confirm the following: 1. That you've wired it according to: [these instructions](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/usb-serial-jtag-console.html) 2. That you've...
You can adjust speed of the link if you wish. Try `cargo flash --help` for a full list of options.
@Dirbaio Thank you for doing such a great job on writing this up. I believe you've addressed the major issues (that I can see), and I have nothing to add....
@Yatekii ... I noticed your assigned on the discussion. What are your thoughts about next steps?
@Dirbaio , @Yatekii , @Tiwalun ... I noticed that there is some good work going on in the `probe-rs-cli`. I am thinking I'd like to remove the CLI interface from...
I am going ahead and removing CLI from 'probe-rs-debugger'. Henceforth, the only command line capabilities will be the `list` (list connected probes) and `list-chips` (list supported chips) that the other...