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 1412.10 sp7 - Beta fixes and additions (Read 2830 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1412.10 sp7 - Beta fixes and additions
Jan 22nd, 2015 at 4:51am
Print Post  
  • Debugger - Modify variables defaults to ascii if a format has not been supplied. 
    For example: setting the value of 123 into a watched expression of {myInt=?} would set the value of myInt to 123. Previously {myInt=?,DEC} would have been needed. Use {myInt=?,HEX} or {myInt=?,BIN} to force a different format.
  • Fix for error 'DBG_Millis undefined' during debug compile. (issue in last service pack for some non-atmel hardware)
  • Compile assembler files that exist in the sketch folder
  • Do not auto create sketch code prototypes if they already exist. The signatures must match based on a string comparison for example void foo(int bar) must prototype as void foo(int bar);   (see http://www.visualmicro.com/forums/YaBB.pl?num=1363581298)
« Last Edit: Feb 3rd, 2015 at 12:06am by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint