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 1604.27 Sp1 (Read 1840 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
1604.27 Sp1
Apr 19th, 2016 at 1:34pm
Print Post  
  • Free product users - Removed 45 day "buy pro" nag screen during startup (if ide fast start is enabled - see below)
  • Serial Monitor - DTR checkbox is no longer ignored. The only time Dtr should be ignored is if project property "Startup Delay or Dtr" is True.
  • Added message to build "Using Visual Micro Free version"
  • Added a new "tools>options>visual micro>system" property to disable pro features (for testing)
  • Added a new "tools>options>visual micro>compiler>upload verbose" allowing only upload commands to be viewed in the output instead of all build commands when using the existing "Verbose" option.
  • Board options are now saved per board and project. This allows, for example, two projects to use the esp8266 but with different options.
  • Added menu item Help>Release Notes
  • If the trace is the active output pane when debugging ends, switch the output window back to "micro build"
  • Added "Tools>options>visual micro>system>ide fast start" as a new option forcing visual micro to load in a new thread after the ide has fully loaded. The current default is OFF but it would be great if you can switch it on and try it out. Does the ide load faster and become usable earlier when ON? Please comment in the forum thank you. The regedit can be used to switch it off if it has caused a startup issue for visual studio (not expected). [HKCU\Software\Visual micro\System\Ide Fast Start]
  • Serial Monitor logging. Date times are no longer Utc, Date formats should now be correct. Line terminator is always added to the conversation.txt log.
  • Serial Monitor Logs - Changed the conversation status from "Received" to "Message" and from "Send" to "Sent" which more accurately describes the current long entries.
  • Each build process has been isolated from the ide. This means that parallel builds are now supported and the build will no longer fail if the ide board is changed part way through a build.
  • The Visual Micro "build and upload" buttons will now build and upload the current project instead of the "startup project". This change is a result of the default value of "Tools>Options>Visual Micro>Upload>Debug Active Code" changing from False to True. 
    If you prefer the older functionality where the "Startup Project" is the main target for debug instead of the active code editor project then set the option to False. Regardless of the setting, the "Startup project" is always responsible for determining the functionality of the standard Visual Studio Debug/Start commands. This includes menus and F5 etc.
  • When working with Multiple projects in the same solution Visual Micro should respond more intuitively than previous versions. For example, in the same solution, a windows (or android) project can be debugged at the same time as an Arduino project. To achieve this the non-arduino project will be the "Startup project".
  • Micro Explorer Installed Boards - Keyword search has been improved. Boards can be filtered by common board properties such as:- Name, Architecture, Platform, Bootloader, build.coreore, build.board, build.pid, build.vid +++
  • Removed "../[ProjectFolder]/" from relative paths in the vsarduino.h intellisense header
« Last Edit: Apr 27th, 2016 at 10:22pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint