Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding debugging support through Arduino 2.0 IDE #545

Open
MX682X opened this issue Aug 23, 2024 · 0 comments
Open

Adding debugging support through Arduino 2.0 IDE #545

MX682X opened this issue Aug 23, 2024 · 0 comments

Comments

@MX682X
Copy link
Contributor

MX682X commented Aug 23, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant