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 Tip: How to restart existing debug without compile and upload (Read 1730 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Tip: How to restart existing debug without compile and upload
Oct 14th, 2012 at 1:52pm
Print Post  
If you have closed a debug session or re-started Visual Studio without changing any debug settings and your Arduino is already in debug mode...

Opening the serial monitor on the correct port will re-start a debugging session. 

If you are debugging using software serial click the reset button on the arduino to re-start from setup(), otherwise debug will continue from where the arduino is currently excuting. If the arduino is in break (F5 to continue) state then use the serial tool to send the character 'c'. The char 'c' forces the arduino to continue (same as pressing F5)
« Last Edit: Oct 14th, 2012 at 1:53pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint