Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Debugger for VM (Read 4400 times)
Alan14
Newbies
*
Offline


Posts: 2
Joined: Feb 7th, 2014
Debugger for VM
Feb 8th, 2014 at 8:29am
Print Post  
Hi all.

I'm new to Arduino/Atmel Studio and posting to forums and so I apologise if a suitable thread, which I haven't been able to find, already exists for this question.

I managed to install Atmel Studio/Visual Micro without too much trouble and it seems to work perfectly except - the debugger. Whenever I try to run it, the program is simply re-compiled. Nothing else!

According to the VM wiki, I should have been given the opportunity to load a trial version of the debugger when I installed it. I don't recall being offered that and can't imagine I would have declined the offer!

In any event, I would like to give the debugger a whirl before parting with my hard-earned cash so can anyone please advise what I could try.

Thanks a lot.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger for VM
Reply #1 - Feb 8th, 2014 at 1:54pm
Print Post  
Hi,

Yes you should trial before buying the debugger  Smiley

However you say that when you click start the program just builds? Does it attempt to upload?

1) If it does upload OK but without debug then ...

Try going to "tools>options>visual micro>application features>license key". Click the button that appears when you focus/click into the license key property.

A dialog should open with a start trial button. Read the terms, tick the check box that says you accept the terms then click start trial. What happens when you do this?

2) If it doesn't attempt to upload

Please confirm what you are clicking that you call "Start" in your post above

Thanks
  
Back to top
IP Logged
 
Alan14
Newbies
*
Offline


Posts: 2
Joined: Feb 7th, 2014
Re: Debugger for VM
Reply #2 - Feb 9th, 2014 at 3:52am
Print Post  
Thanks very much indeed for your very prompt reply, Tim.

Yes, sorry, it does upload OK and the program runs (incorrectly, of course!). Here's the 'proof', of sorts:

    Build folder: file://C:\Users\yorka\AppData\Local\VMicro\Arduino\Builds\Basic\uno
    Binary sketch size: 9292 bytes (29% of a 32256 byte maximum) (23.37 secs)
    Uploading to I/O board using 'COM3'
    Done uploading

I've pressed the 'Start Debugging (F5 key)' key and F5, Alt-F5, F10, F11...  but get the same 4 lines, shown above, each time.

I had tried "tools>options>visual micro>application features>license key" but have tried again and nothing is displayed when I focus on or click the "Debugger License key" field - the 'Debugger Status' is 'NOT REGISTERED'. Just for fun, I entered some garbage into the "Debugger License Key" field and it duly came back with a suitable message telling me it didn't recognise the license key.

Thanks again,

Alan


  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Debugger for VM
Reply #3 - Feb 9th, 2014 at 2:44pm
Print Post  
HI Alan,

There should have been a line above the output you posted which states the name of the sketch being compiled and some other words?

The best way to switch on debug is to watch the youtube video on the debugger wiki page
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint