SpenceKonde/DxCore

Adding debugging support through Arduino 2.0 IDE

Opened this issue · 0 comments

@SpenceKonde I know you don't support the new Arduino IDE, but to improve overall experience, and mainly for me to avoid switching between different IDE's, I've written a a gdb-server script in python that acts as interface between avr-gdb and the PICkits 4/5 (which btw, allowed me to add pickit5 support in the upcoming avrdude). So far, I'm facing a couple user-interface problems, like the server that has to be started externally. But nothing that shouldn't be fixable by a PR on the Arduino Github.
As I have also figured out how the scripting assembly of the pickits works, future me might even end up adding UPDI debugging support to any serial port/adapter. Anyway, here is the repo: https://github.com/MX682X/PK5-UPDI-GDB-Server