JackN

Results 124 comments of JackN

> This is not really fixed by #629, software breakpoints are still not handled correctly. Understood, but it does help with making hardware breakpoints better ... thanks for that fix...

I am de-prioritizing the support of SW breakpoints for myself, while working on supporting the evaluation of additional data types in the debugger. If no one picks this issue up,...

@sszilvasi ... have a look at PR #1056 ... that is the latest work I have ongoing in this are. It uses hardware breakpoints to implement stepping at statement level....

@sszilvasi When I was looking into software breakpoints originally, I found [this very useful article](https://interrupt.memfault.com/blog/cortex-m-breakpoints#software-breakpoint). From what I understand of the probe-rs code, it should be reasonably straightforward to add...

@sszilvasi Yes, I think it will be good learning opportunity and if you think you are open to invest future contributions to probe-rs, then I'd be willing to help. If...

Does NRF52 support the `connect_under_reset` option? Did you try that?

OK ... let me clean up the debugger integration (gdb minus RTT) and then I'll give this some thought. Ping me if you have any other suggestions or things you...

Cool. I have used the cortex-debug extension a lot with OpenOCD and GDB (with c language projects). I'm actively trying to add a config to it for connecting to cargo-embed,...

@Tiwalun ... I'm working on the [related issue](https://github.com/probe-rs/vscode/issues/15), but you are right. The DAP protocol allows for a 'chunked' retrieval in the [stackTrace request](https://microsoft.github.io/debug-adapter-protocol/specification#Requests_StackTrace). Evidence suggests (I have not found...

> I think this is the smallest embassy reproducer, not even using embassy, just using embassy-nrf hal instead of nrf52840 hal > > https://github.com/jacobrosenthal/blinky-button-demo @jacobrosenthal Thanks for setting this up....