Supported hardware debuggers

Except for dw-link, this list is copied from the README file of pyedbglib. Boldface means that I have tested the debuggers and they work with PyAvrOCD.

My JTAGICE3, being the oldest one of the set of supported debuggers, is sometimes a bit shaky. In particular, with lower voltages and when the MCU has a clock less than 8 MHz, sometimes it emits errors when other debuggers work without a hitch. It is not clear whether these issues are with my sample or a general problem for these debuggers.

Switching to AVR mode

Note that Snap and PICkit4 need to be switched to 'AVR mode'. This can usually be accomplished as follows by using avrdude (>= Version 7.3):

avrdude -c snap_isp -Pusb -xmode=avr

With PICkit4, it is similar:

avrdude -c pickit4_isp -Pusb -xmode=avr

In both cases, you can check whether you were successful by typing the same command again. If you get the message that the debugger is still in 'PIC' mode, you need to flash new firmware first using MPLAB X.