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 Not Working (Read 2234 times)
Woodcam
Junior Member
**
Offline


Posts: 15
Joined: Jan 21st, 2013
F5/Continue Not Working
Mar 18th, 2018 at 3:25pm
Print Post  
Followed all the recommendations:
 
DTR on
Sent C manually 
Project is startup

Worked previously but since I compiled without debugging and then turned debugging back on debugging became sporadic and now fails completely.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: F5/Continue Not Working
Reply #1 - Mar 18th, 2018 at 3:40pm
Print Post  
does your sketch code use Serial.read()?
« Last Edit: Mar 18th, 2018 at 7:30pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Woodcam
Junior Member
**
Offline


Posts: 15
Joined: Jan 21st, 2013
Re: F5/Continue Not Working
Reply #2 - Mar 18th, 2018 at 10:23pm
Print Post  
Upon further examination;

Background interrupt that had a race condition prevented any processing whatsoever.
Turning off interrupts in the code turns off the debugger.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: F5/Continue Not Working
Reply #3 - Mar 21st, 2018 at 8:49pm
Print Post  
The debugger uses Arduino Serial or SoftwareSerial which rely on interrupts

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