I was trying the follow this tutorial on Visual Micro website - 'How to start the Atmel Studio Arduino simulator':
http://www.visualmicro.com/post/2013/06/05/How-to-start-the-Atmel-Simulator-Ardu... Trying to debug an Arduino sketch for Arduino Leonardo (Atmega32U4), but after loading the object file for debugging (*.elf), I got these window popup with missing Arduino user & core libraries:
I was able to fix all these missing libraries by browsing for the right path and all seems to went well with all boxes checking green and clicked 'Finish' button.
Then on the 'step 4' of the mentioned tutorial, I clicked the 'No Tool' button on the toolbar of Atmel Studio, when trying to select the Simulator from 'Debugger/Programmer' drop-down list, I got an empty list...
I tried to change the device to an Atmega328P of Arduino UNO, since I've read somewhere that Atmel Studio Simulator doesn't support yet the simulation of the Atmega32U4 microcontroller, but I still got an empty list, with no 'Simulator' debugger for selection.
Anyone could possibly help me on this ?!
I'd really appreciate it
P.S. : On the mentioned tutorial, on the first line - "Visual Micro has a new facility due soon to make this process easier." - Anyone knows if Visual Micro now supports any newer functionality that facilitates the process of debugging with Atmel Studio Simulator on Arduino boards?
Best regards and thanks in advance !