Indeed, PlatformIO has no native support for debugging real AVR hardware. Only simavr
as a simulator. You might want to see if avarice can connect to the chip and open a GDB server, as in Atmega32 debugging with avarice and avr-gdb - #2 by mate910327. This is all relatively unchartered territory though.
1 Like