When compiling an Arduino sketch, it creates a .hex
file (stored in a temporary folder). When I open this file in AVR Studio 4.18, it tries to start at a location where no code exists. What should I do to be able to debug those Arduino hex files in the AVR Studio simulator?
Hm, works well when I choose the Simulator 2...