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 Can't deploy after first deploy (Read 2927 times)
terrence1
Junior Member
**
Offline


Posts: 19
Joined: Oct 29th, 2014
Can't deploy after first deploy
Oct 30th, 2014 at 2:53am
Print Post  
Before I purchased the full license, I was able to "deploy" my code to my board.  Make Changes to code and hit F5 again to deploy and it would push the new code to the board.

Now with the paid license when I make changes to my code, I can't hit F5 or the green arrow to deploy.  Nothing happens. 

What am I missing?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't deploy after first deploy
Reply #1 - Oct 30th, 2014 at 10:21am
Print Post  
Hi,

Thanks for buying the tools.

I expect the system thinks the sketch is in debug mode which means you either click the blue square icon on the tool bar to stop debug or close the serial monitor or click "debug>Start without debugging". In debug mode F5 becomes the "Continue" short cut key allowing the code to progress from a breakpoint.

You can also switch off debug by unticking "tools>visual micro>automatic debug" so that compile and upload is normal (once you have stopped the debug process). Or you can switch the tool bar configuration from "Debug" to "Release" which also ensures that all F5 uploads are non-debug mode.

I hope this makes sense?

The debugger is documented lower down on this page http://www.visualmicro.com/page/User-Guide.aspx?doc=index

Thanks
« Last Edit: Oct 30th, 2014 at 10:22am by Tim@Visual Micro »  
Back to top
IP Logged
 
terrence1
Junior Member
**
Offline


Posts: 19
Joined: Oct 29th, 2014
Re: Can't deploy after first deploy
Reply #2 - Oct 30th, 2014 at 10:40am
Print Post  
Good info, thanks for the tips Tim.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint