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


Posts: 12187
Location: United Kingdom
Joined: Apr 10th, 2010
16.01.11
Jan 9th, 2016 at 4:28pm
Print Post  
  • Improved support (total) for .windows build definition overrides
  • Remove quotes from upload pattern commands and convert to 8.3 file and path names if they exist. It is not clear why some third party hardware definitions have been created a way that requires this functionality but they can't work without it ??!! One example that requires this change is Simblee board
  • Optional new board/platform build property upload.remove_quotes=true (required for Simblee "{project_name}" )
  • Support Arduino nightly builds without version numbers. Assume 1.6.6+ and the appdata/local folder instead of appdata/roaming
  • New GDB project templates (beta - Arduino Zero). Requires android cross platform tools for VS  (see VSSetup)+ "Visual Studio GDB Extension (see Gallery)". Gdb for other boards coming soon
  • Gdb max 3 breakpoints. If gdb hangs kill the MicroGdb and openOcd processes
  • New Gdb projects will default to "Local GDB" debugger. The "Remote GDB" debugger is not yet supported by Visual Micro and will raise an error if it is not manually configured (see tools bar and project properties for more info).
  • "Tools>Application features" has new options to disable the new gdb functionality. If enabled, Gdb is only active in NMake projects that have a "Local Debugger" rule/property set.
  • Force gdb breakpoints if none are set (otherwise the debug will hang)
  • Better cache cleanup when clicking "Rebuild". .o and .d files are deleted.
  • New project templates auto open source code when they first open
  • The arguments of upload using bootloader are converted to 8.3 and stripped of double quotes. This feature can be disabled with board or platform property upload.8dot3=false
« Last Edit: Jan 15th, 2016 at 6:58am by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint