JackN

Results 22 issues of JackN

My original implementation for identifying 'step over', 'step into', and 'step out' logic worked only the simple cases (where debug info sequences of instructions were reasonably predictable). The reality is...

For historic reasons, `probe-rs-debugger` does not consistently use the `ErrorResponse` request (with embedded `Message` object) to provide feedback to users. Some code refactoring is required to implement this more consistently.

enhancement

Recent [updates to the MS DAP spec](https://code.visualstudio.com/updates/v1_66#_debug-adapter-protocol), added documentation to disambiguate the 'Disconnect' and 'Terminate' requests. Please update `probe-rs-debugger` to honour this definition.

enhancement

The MS DAP spec recently introduced [updates to the "Step Into Target" request](https://code.visualstudio.com/updates/v1_69#_debug-adapter-protocol), to improve user experience when multiple targets are available on the same line in the source file....

enhancement

**Describe the bug** When debugging with VSCode (using the `probe-rs-debugger`) and the target halts, it sometimes happens that not all the data that has been written by RTT on the...

bug

**Describe the bug** Attempting to flash the examples from https://github.com/esp-rs/esp-hal/tree/main/esp32c3-hal This used to work, but somewhere in the latest updates between probe-rs and esp32c3-hal it has stopped working. **Error** `Error...

bug

**Describe the bug** Currently, a step and/or run instruction will get stuck on breakpoints. **Expected behavior** Once a breakpoint is hit, the user should be able to step/run past that...

bug

**Describe the bug** Since the latest update of target-gen, the `/STM32H7.yaml` has invalid core name for dual-core devices, causing the flashing to panic with `thread 'main' panicked at 'called ``Option::unwrap()``...

bug

Hi. I'm trying to integrate cargo-embed (with both RTT and GDB) into a VSCode debug extension. Without the RTT output, it behaves rather well, but as soon as I turn...

I am trying to access the SVD for `STM32H757_cm7` from https://stm32-rs.github.io/stm32-rs/ When I try to retrieve [the svd](https://stm32-rs.github.io/stm32-rs/stm32h757_cm7.svd.patched) from that site, I get a 404 File not found.

bug