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 1607.22 (Read 1634 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12186
Location: United Kingdom
Joined: Apr 10th, 2010
1607.22
Jul 10th, 2016 at 2:10pm
Print Post  
  • -E build cache - Intellisense now uses the results of "deep search lib/include discovery" removing the need to #include libs in the project_name.ino when only used in .cpp sources.
  • Many fixes and updates over the initial release of Visual Micro for AS7
  • Workaround ESP8266 2.3.0 missing escaped quotes: Auto change -D="{build.board}" to -D=\"{build.board}\" prior to compile
  • Debug local libraries
  • Caching of library and includes paths from the -E deep search/pre-compile (used to bolster intellisense)
  • GDB debug out of beta. No longer requires the Microsoft GDB extension. Still requires the Android tools (or MS MI Debugger for VS)
  • GDB debug resolved issues with breakpoint positions in .ino files
  • GDB debug support for "Debug>Attach To Process". Starts debug without need for recompile and upload.
  • GDB debug is only active if a project is the "Startup Project"
  • GDB debug improved logging under "[ProjectOutputDirectory]/logs/gdb"
  • Min .NET version increased to 4.5.1
  • Using the new Microsoft Visual Studio Project api to capture build events
« Last Edit: Jul 22nd, 2016 at 12:05am by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint