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

Debug support #266

Open
felias-fogg opened this issue Sep 12, 2023 · 5 comments
Open

Debug support #266

felias-fogg opened this issue Sep 12, 2023 · 5 comments

Comments

@felias-fogg
Copy link

felias-fogg commented Sep 12, 2023

Hi Hans,

I worked on dw-link, the debugWIRE debugging solution, and think I have simplified the setup quite a lot: https://github.com/felias-fogg/dw-link/blob/master/docs/quickstart.md. I took your MiniCore files and extended it by an option to generate binaries that are "debugging-friendly". In the course of doing so, I noticed that IDE 2.X has "changed the rules" by not defining the variable {sketch_path}, which led to an error under macOS. This led me to provide the script savecp.sh, which copies only if the destination is not "{sketch_path}". I can provide a pull request (together with a Python script that adds the necessary definitions in the future).

Best,
Bernhard

P.S.: If you send me your postal address to nebel[]hinterm-ziel[]de, I will send you an assembled dw-link probe shield ;-).

@MCUdude
Copy link
Owner

MCUdude commented Sep 14, 2023

Thanks for the reach-out! I had a brief look at your work, and it looks very comprehensive and well documentated.
I'd love to test your dw-link probe on some actual hardware, so expect an email from me soon.
I realize that the debugger is meant to be used with a GDB GUI or PlatformIO, but does it work with Arduino IDE 2.0 as well?
I just read about this project where Arduino IDE 2.0 is used for AVR debugging: https://github.com/DeqingSun/unoDebugTestPackage

I'm about to merge the urboot branch into master and release MiniCore v3.0.0, so PRs should be submitted to the urboot branch.

Have you looked into how one could use official AVR debuggers as well with PlatformIO (and Arduino IDE 2.0 perhaps)? Ever since I got involved in the Avrdude development (new developers welcome to engage!), I've acquired lots of different debuggers I can't really use for debugging without closed-source Microchip software. I know Avarice exists, but I don't know how up-to-date it is, nor how to utilize it.

@felias-fogg
Copy link
Author

I realize that the debugger is meant to be used with a GDB GUI or PlatformIO, but does it work with Arduino IDE 2.0 as well?
I just read about this project where Arduino IDE 2.0 is used for AVR debugging: https://github.com/DeqingSun/unoDebugTestPackage

I was not successful yet in replicating what DeqingSun did. He told me that there were changes in the IDE that invalidated some of his "hacks". Well, the main problem here is that Arduino does not publish their interface to debugging and that you have to guess and hack, e.g., you have to rename "avr-gdb" to "arm-none-eabi-gdb". So, if I come up with a hacked solution, then tomorrow this will not work anymore, which is very unpleasant.

Have you looked into how one could use official AVR debuggers as well with PlatformIO (and Arduino IDE 2.0 perhaps)? Ever since I got involved in the Avrdude development (new developers welcome to engage!), I've acquired lots of different debuggers I can't really use for debugging without closed-source Microchip software. I know Avarice exists, but I don't know how up-to-date it is, nor how to utilize it.

I certainly did! I myself also own an Atmel ICE, and only could get it to work on a Mac with the MPLAB X IDE, which is not a system I love to work with. I never got AVaRICE to work on a Mac and did not find enough info on the web to help me. Well, if some of these things had worked out for me, I would not have started to work on dw-link.

@per1234
Copy link
Contributor

per1234 commented Sep 27, 2023

IDE 2.X has "changed the rules" by not defining the variable {sketch_path}

This bug is now tracked by the Arduino CLI developers at arduino/arduino-cli#2340. There is no need to comment there. I'm only adding this comment to notify affected users that there is a formal bug report about it in the appropriate issue tracker.

@MCUdude
Copy link
Owner

MCUdude commented Oct 21, 2023

@felias-fogg I've been quite busy recently, and I can't promise any progress when it comes to the MiniCore integration just yet. However, I think the project is really impressive, and I will see what I can do when I have more time.

@felias-fogg
Copy link
Author

felias-fogg commented Oct 21, 2023 via email

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

3 participants