Skip to content

How to debug for Arduino Uno? #240

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

Closed
raspiduino opened this issue Mar 19, 2021 · 2 comments
Closed

How to debug for Arduino Uno? #240

raspiduino opened this issue Mar 19, 2021 · 2 comments
Assignees
Labels
conclusion: off topic Off topic for this repository topic: debugger Related to the integrated debugger type: enhancement Proposed improvement

Comments

@raspiduino
Copy link

Is your feature request related to a problem? Please describe.
In the blogpost about Arduino IDE 2.0 it said

As of today, the debugger supports all the Arduino boards based on the SAMD and Mbed platforms (MKR family, Nano 33 IoT, Nano 33 BLE, Portenta, Zero). Maintainers of Arduino cores for third-party boards can add support for debugging by adding the relevant configuration parameters; a technical guide for this is coming.

So how can use debug for Arduino Uno? When will a technical guide for this come?

Describe the solution you'd like
Somehow to debug for Arduino Uno (and other boards)?

Describe alternatives you've considered
Use AVR Studio, but it's much heavier than Arduino IDE!

Additional context
Thanks for any help!

@raspiduino raspiduino added the type: enhancement Proposed improvement label Mar 19, 2021
@ubidefeo
Copy link

@raspiduino
please search the issues before opening a new one.
There is a discussion in #87 regarding this.
One user has been able to do it, but it requires quite a lot of work and you'll need some custom made tools as well as setting fuses on the AVR.

You cannot simply debug a microcontroller.
I doubt we'll add official support for this, as the request is not wide and debugging an AVR can turn out to be complicated.

Please follow the tutorial posted by the user who successfully did it.

Thanks
ubi

@per1234 per1234 added the topic: debugger Related to the integrated debugger label Oct 29, 2021
@tpimh
Copy link

tpimh commented Jun 7, 2022

DebugWire is one option, another option is a software debugger: avr_debug.

@per1234 per1234 self-assigned this Dec 2, 2022
@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2022
@per1234 per1234 added the conclusion: off topic Off topic for this repository label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: off topic Off topic for this repository topic: debugger Related to the integrated debugger type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants