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 don't get access to usb debugger (after registration) (Read 3307 times)
Kukks
Newbies
*
Offline


Posts: 3
Joined: Apr 5th, 2015
don't get access to usb debugger (after registration)
Apr 5th, 2015 at 6:20pm
Print Post  
registration done and accepted - VM says "license with debugger" - can't get the "add data breakpoints", "Simulator" is the only debugger I can get ...
Jumbo-USB driver working in the win7-device manager.

-Arduino version 1.6.1
-Visual Micro and Atmel Studio 6.2 downloaded today
(No Options/Micro Debug advanced available as well...)

Windows restarted a few times -- no success

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


Posts: 12136
Location: United Kingdom
Joined: Apr 10th, 2010
Re: don't get access to usb debugger (after registration)
Reply #1 - Apr 5th, 2015 at 6:40pm
Print Post  
Hi,

The debugger is a usb debugger nothing to do with standard atmel devices. So there is no need to look where you see the simulator.

First I need to understand if your basic visual micro build environment is configured correctly. Can you see a list of arduino boards on the tool bar? Can you compile and upload using serial usb? Does the Serial work in a normal simple arduino sketch?

If the answers to the above questions are yes then the debugger will work because it uses the same system.

The visual micro usb debugger should be enabled by default along as the tool bar is set to "Debug" and not "Release". You can see that here http://www.visualmicro.com/page/User-Guide.aspx?doc=Debugging.html

If you still have an issue please post the compiler output after attempting to upload with debug enabled.

Thanks
  
Back to top
IP Logged
 
Kukks
Newbies
*
Offline


Posts: 3
Joined: Apr 5th, 2015
Re: don't get access to usb debugger (after registration)
Reply #2 - Apr 5th, 2015 at 7:15pm
Print Post  
Hi,

everythink working...just loaded a simple sketch and I can confirm it is working...however I cant get access to add new data breakpoints... what am I doing wrong?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12136
Location: United Kingdom
Joined: Apr 10th, 2010
Re: don't get access to usb debugger (after registration)
Reply #3 - Apr 5th, 2015 at 7:46pm
Print Post  
Great.

We don't use data break points as such

Just add normal break points and add anything you want to watch or change to the "when hit" as {varname} or {varname=?}. Optionally include a text message with the watch variables.

http://www.visualmicro.com/page/User-Guide.aspx?doc=Working-With-Breakpoints.htm...

  
Back to top
IP Logged
 
Kukks
Newbies
*
Offline


Posts: 3
Joined: Apr 5th, 2015
Re: don't get access to usb debugger (after registration)
Reply #4 - Apr 5th, 2015 at 9:26pm
Print Post  
got it working thanks... those data breakpoints got me confused...thx for the support
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint