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 F5 continue on a breakpoint is not working (Read 2297 times)
drm
Junior Member
**
Offline


Posts: 13
Joined: Jan 31st, 2015
F5 continue on a breakpoint is not working
Feb 26th, 2015 at 7:56pm
Print Post  
Hello,

I'm attempting to debug my Arduino sketch in Visual Studio 2013 using the Visual Micro plugin. When I start VS, the debugger is paused on the loop() function. As per the "tip" in the Serial window, I send a character 'c' to force the debugger to continue. However, Visual Studio continues to stop at the loop() function. (Repeatedly pressing F5 or sending 'c' characters does not resolve the issue.)

Is there a known workaround?

Thanks!
--Donn Morse
« Last Edit: Feb 27th, 2015 at 3:51pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12203
Location: United Kingdom
Joined: Apr 10th, 2010
Re: F5 continue on a breakpoint is not working
Reply #1 - Feb 27th, 2015 at 3:53pm
Print Post  
Hi,

You only need to use the 'c' if you the arduino was running and already at a breakpoint when Visual Studio is opened and debug started.

So we only need to understand why F5 is not working.

It might be that your sketch code uses the Serial port and has opened it at a different speed to the debugger expects. You can override the debugger speed but let's first see if this is true?

Does your sketch code use Serial and if so then at what speed?

Thanks
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint