You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: