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 new to forum (Read 2877 times)
Charlie42
Junior Member
**
Offline


Posts: 33
Joined: Dec 8th, 2013
new to forum
Dec 8th, 2013 at 9:27pm
Print Post  
Hello Everyone,

          I am new here and had a question.

  I am using the trial version of VM. In debug mode I expect the debugger to connect and work, all that is fine.In release mode I would think that the debugger would not run and just upload the project to the microcontroller. Am I missing something here? Thanks for any help on this. I want to buy a license,but I would like this straightened out first.

Charlie
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: new to forum
Reply #1 - Dec 8th, 2013 at 10:07pm
Print Post  
Hi Charlie,

Good question. The automatic global activation of the debugger for Arduino projects was a new feature for novice users in recent releases. 

It isn't well documented except in the last last release notes. 

The global activation can be switch off:-
"Tools>Options>Visual Micro>Micro Debug - Advanced>Always Use Debugger=False"

When "False" things will work pretty much as you requested by switch (Micro Debug=Full) in the project properties tool window for the configuration(s) (such as debug) that you want to enable debugging for.

If you don't already know (sorry if you do) you will see how to also create new configurations in the youtube video on the visualmicro.com debugger page.

Hope this makes sense

ps: One final small point is that "Debug>Start without debugging" should never compile and upload a debug version.
  
Back to top
IP Logged
 
Charlie42
Junior Member
**
Offline


Posts: 33
Joined: Dec 8th, 2013
Re: new to forum
Reply #2 - Dec 8th, 2013 at 11:46pm
Print Post  
Hello Tim,

            Thanks for the prompt reply. I think I am getting the hang if it. This is just what I have been looking for to mess with Arduino. I am sure I will have other questions.


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