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 1211.04 - Minor update (Read 3218 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1211.04 - Minor update
Nov 4th, 2012 at 11:04pm
Print Post  
Debug beta testers need to download a new debug upgrade pack

1) Adding a library when "Show all arduino files" was enabled sometimes failed to add the .h #includes to the main sketch source

2) vsarduino.h is no longer reloaded and header files are no longer expanded when an important intellisense change is made (such as switching board, adding new source code, saving .ino files that have new functions). This feature can be re-enabled in the new "Tools>Options>Visual Micro>Intellisense" options. VS2008 users might need to switch this option on if intellisense does not automatically refresh when required

3) Project property "Additional preprocessor" has been renamed to "Defines - Project". A new property called "Defines - Configuration" allows pre-processor constants to be defined per configuration. Tip: Multiple constants can be separated with a semi-colon ";"

4) "Project>Upload Last Arduino Build". New menu item and user interface macro. It is possible to change the board prior to upload, in this case, if you had previously compiled the sketch for the newly selected board, it is the .hex (program) of the newly selected board that will be uploaded. Which might not be the last build!

5) Fix for the sometimes disappearing library refresh menu item

6) Invalid library names show highlighted in the status bar for 2 seconds during startup with message. "[LibraryName] is not a valid Arduino library name"

7) New General project property to optionally #define _DEBUG as an integer. Zero (0) will prevent the constant from being defined (#ifndef)

8) Main Serial port debug support for Leonardo (needs testesting). SoftwareSerial worked but not the upload port.

9) Renaming the master program sketch (ino or pde) will prompt to rename the project and folder which ensures arduino compatibility

10) Tools options dialog size correction for smaller options windows

11) Support for LillyPad USB
« Last Edit: Nov 5th, 2012 at 12:50pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint