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 1906.29 Gallery Release Candidate - One-click hardware debugging (Read 672 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1906.29 Gallery Release Candidate - One-click hardware debugging
Jun 28th, 2019 at 4:13pm
Print Post  
Download Visual Micro 1906.29 for VS2017/2019

  • Add reference and image links to the output window when a debugger is selected. The reference explains how to connect the debugger and in some cases images to show pin out connection between debugger and mcu
  • Add support for upload property "upload.verbose_disabled=true". The property is set as default for esp8266 tool chains because the verbose output is every byte of the compiled program which is too large for an output window (which scans for clickable file paths).
  • When verbose compile or upload were not enabled custom build/upload events failed to show status messages. (ie: esp spiffs upload failed to show any status messages.
  • Added .lst extension to the allowed copy list when copying build files to local project intermediate folder
  • Removed obsolete note concerning the use of .cpp instead of .ino files from Atmel Studio when Atmel Studio debugging is enabled.


Download Visual Micro 1906.28 for VS2017/2019

  • Add: New "vMicro>General>Global Options" menu enabling quick access to "Tools>Options>Visual Micro"
  • Add: Quick access to a new "Disable Optimizations" debug menu selection. Easily switch off optimization of   "Project" or "Project/Libraries" or "All" source code. For more granular settings the F4 project properties window gives control of each type. (note: It is not currently possible to switch off optimization for AVR projects that use HardwareSerial.
  • Add: One-click menu support enabling "GDB Stub" for most AVR mega chips such as Uno and Mega2560. The avr-debugger library is required to be #included in the project, use Library Manager to auto download and install the library from git.
  • Removed: Some obsolete tools>options
  • Added: New options "Tools>options>visual Micro>Shared Core Cache>Clear on Solution Clean". Clears the shared compiler cache when a Solution is cleaned. Defaults to True.
  • Support for older VS2017 installations that have not been updated for a while. The manifest will ensure a c++ version from 15.0 to 16.9 and c++ desktop of same version range. This should resolve installer issues that have been reported by some users but it is recommended to apply Visual Studio updates when they are released!


Download Visual Micro 1906.26.5

  • Teensy intellisense changes were missing from previous release


Download Visual Micro 1906.26.1 for VS2017/2019
  • Atmel ICE debugger for SAMD



Download 1906.12 for AS7 (v1 vsix installer)
Download 1906.12 for AS7 (v2 vsix installer)
« Last Edit: Jul 3rd, 2019 at 10:10pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint