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 [2]  Send TopicPrint
Hot Topic (More than 8 Replies) - uploaded big programm for debug - Arduino Leonardo doesn't work anymore - (Read 8075 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: - uploaded big programm for debug - Arduino Leonardo doesn't work anymore -
Reply #20 - Jan 25th, 2014 at 2:29am
Print Post  
It's fixed in the latest beta  Smiley

It was doing the right thing but not enough. For each line of the output it executes the regex expressions. If they return a valid integer in column 2 it is accumulated into textSize, dataSize or eeepromSize.

The problem was that Visual Micro was not accumulating, so the last value of each group was used. 

Example
Code
Select All
We needed textSize += size instead of textSize = size 



Now the values are identical to the Arduino Ide and will be interesting to see what it shows for your sketch when debug is active. It should warn and not attempt to upload.

Tim
« Last Edit: Jan 25th, 2014 at 4:22am by Tim@Visual Micro »  
Back to top
IP Logged
 
thjakob
Junior Member
**
Offline


Posts: 23
Joined: Apr 29th, 2013
Re: - uploaded big programm for debug - Arduino Leonardo doesn't work anymore -
Reply #21 - Jan 25th, 2014 at 12:21pm
Print Post  
Hello Tim,

You did it...   Cheesy

It`s working greate now - I get the right sizes accumulated now - and won't compile and upload oversized sketches anymore....   Angry     - I mean  Smiley Smiley

Tanks a lot!

Thomas
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint