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 breakpoints have no effect, serial port options button grayed out (SOLVED) (Read 4495 times)
Geezer
Junior Member
**
Offline


Posts: 13
Joined: Oct 14th, 2015
breakpoints have no effect, serial port options button grayed out (SOLVED)
Nov 3rd, 2015 at 1:38am
Print Post  
I'm having this same problem.  Just downloaded today's update.  Breakpoints appear to have no effect, Serial port settings button is gray'ed out.  Interested in any insights.
« Last Edit: Nov 14th, 2015 at 2:09am by Tim@Visual Micro »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: breakpoints have no effect, serial port options button grayed out
Reply #1 - Nov 3rd, 2015 at 11:26am
Print Post  
This happens if you have not purchases the debugger and the trial has ended.

Do you have a menu item called "Visual Micro>Try/buy/Activate debugger"?
  
Back to top
IP Logged
 
Geezer
Junior Member
**
Offline


Posts: 13
Joined: Oct 14th, 2015
Re: breakpoints have no effect, serial port options button grayed out
Reply #2 - Nov 3rd, 2015 at 12:47pm
Print Post  
My trial period says it still has over 20 days left. The breakpoint capability worked on another project but stopped when I restructured the code into separate files. 

I was considering purchasing the product, but the debugging capability is one of the main reasons,  and it seems difficult to master.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: breakpoints have no effect, serial port options button grayed out
Reply #3 - Nov 3rd, 2015 at 12:54pm
Print Post  
I think you must have unticked "automatic debugging" on the visual micro menu?

By the way you don't need to set any project properties. They are all default because you are attempting to debug on the same port as the upload. The default speed is also 115k so no need to specify it.

Please show screen image of the "Micro Build" output window after upload and not the breakpoints list

Thanks
« Last Edit: Nov 3rd, 2015 at 12:55pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Geezer
Junior Member
**
Offline


Posts: 13
Joined: Oct 14th, 2015
Re: breakpoints have no effect, serial port options button grayed out
Reply #4 - Nov 3rd, 2015 at 1:40pm
Print Post  
That was it for me, thank you!  Somewhere in the tutorials or wiki's, I thought I saw to uncheck these boxes.  I also read a difference between Win64 and x86 documentation difference.  These appear to be cosmetic issues; debugging has been restored!

Now if I can find a wiki on setting up a VM/Arduino project without the use of any .ino files and get a handle on all the cpp I've forgotten, I'm set!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: breakpoints have no effect, serial port options button grayed out
Reply #5 - Nov 3rd, 2015 at 1:43pm
Print Post  
Great, yes automatic debugging means automatically enabled/disabled when switching between "release/debug". This is the normal mode for most people.

You will always need at least one .ino in your arduino project even if it only has 3 lines of code. 

Please create a new thread if you want to discuss it or get help.
« Last Edit: Nov 3rd, 2015 at 1:43pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint