Hi,
Is "live debugging" possible with the Arduino (or any other board/avr)?
I have a usbtiny programmer(Sparkfun avr pocket programmer) and I would really like to debug my code
and watch it run as the variables change. Setting breakpoints, stepping through code, all that good stuff.
Is it possible?
Software debugger for Arduino, running on Windows.
Single-step, breakpoints, see variables, see disassembler code.
Runs via standard USB port (HardwareSerial).
There will be some limitations (compared to full debuggers) but easy to use.
Initial release only for 8-bit AVR boards (Uno, Nano).
Thanks for the link, I didn't know about that. I've just had a quick look at it's instructions and seems quite complex to set up. Maybe too complex for the target audience I had in mind.