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 Atmel Studio 6.2(beta) Odd way to report progress. (Read 4944 times)
Sam6
Junior Member
**
Offline


Posts: 21
Joined: Mar 22nd, 2013
Atmel Studio 6.2(beta) Odd way to report progress.
Apr 2nd, 2014 at 10:36pm
Print Post  
I am using a newly downloaded version of Atmel Studio 6.2(beta) and ArduinoForAtmelStudio. "Downloaded April 1, 2014 ", no this is not an April fools joke.

Everything seems to be working good.

When I compile the sketch, it gives a progress report for uploading and one for verification. Each contains approximately 36 lines with the percentage of progress. The problem is, this progress report only becomes visible after the reset command has been sent. Knowing that each process had been completed without error is enough at that point.  

If this was a real-time progress report during the upload and verification process I would find it useful. But displaying this many lines of useless data is kind of annoying. The only thing it really tells you is that each process was completed 100%. All the other lines are useless to me. 

Has anyone else noticed this,

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


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel Studio 6.2(beta) Odd way to report progress.
Reply #1 - Apr 2nd, 2014 at 10:53pm
Print Post  
Hi Sam,

Thanks for the note. I agree the progress should appear during and not after.

Actually it just prints whatever result is receives from running each of the arduino tool chain commands such as upload and is only supposed to report the detailed information you see if the Compiler>Verbose option is enabled.

Please set Tools>options>visual micro>compiler>verbose = False

Hope that resolves things somewhat
  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel Studio 6.2(beta) Odd way to report progress.
Reply #2 - Apr 2nd, 2014 at 10:57pm
Print Post  
Just tested the latest release. I think there is a bug that is allowing too much upload reporting with verbose=false. Thanks for the report, we will issue a new release over the next week or so.
  
Back to top
IP Logged
 
Sam6
Junior Member
**
Offline


Posts: 21
Joined: Mar 22nd, 2013
Re: Atmel Studio 6.2(beta) Odd way to report progress.
Reply #3 - Apr 2nd, 2014 at 11:06pm
Print Post  
Thank you for your reply, unfortunately, verbose Was already set to False, By default.

Any other suggestions.



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


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Atmel Studio 6.2(beta) Odd way to report progress.
Reply #4 - Apr 2nd, 2014 at 11:09pm
Print Post  
As I said in my update we will issue a new release over the next week or so. Thanks very much for the report
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint