In-circuit debugging with Arduino

Hi everyone,

I wondered if it is possible to in-circuit debug my Arduino Mega?

If so, what hardware and software do I need to accomplish this?

Get an Atmel AVR Dragon, or a JTAGICE MKII if you have the money. Both are supported by AVR Studio.

Leon

in-circuit debugging == JTAG, yes?

Least expensive I’ve seen (works with Atmel Studio)

http://www.nkcelectronics.com/avr-jtag- … r-kit.html

Thanks Leon.

Looks like the Dragon is a completely separate platform and the JTAGICE is really pricey.

I guess I’ll stick with dirty ol’ logging over serial for now :?

@stevech

Looks great - any experience with this kit, anyone?