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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
1803.4
Mar 3rd, 2018 at 3:04pm
Print Post  
  • Fix: Library architecture resolution failed for some libraries due to an incorrect string case comparison resolving architecture= for library.properties
  • Add: PostUpload hook for standard upload. Previously was only applied to programmer/tool uploads. Syntax is:  recipe.hooks.deploy.postupload.1.pattern=
  • Support serial exception and stack reporting with dbl click drill down into code. A new icon appears on the serial monitor when an exception is detected. 

    Visual Micro exception handling is pre-configured for esp8266 (and possibly for esp32 as yet untested) but can be implemented for other platforms/boards with the following example properties:-

    Code (C++)
    Select All
    exceptions.serial.enabled=true
    exceptions.serial.messages=[path to]/exceptions.txt
    exceptions.serial.regex.exception_number=Exception \(([0-9]*)\):
    exceptions.serial.regex.stack_addresses=40[0-2][0-9a-f]{5}\b
    exceptions.serial.resolve.addr2line.args=-aipfC -e"{build.path}/{build.project_name}.elf"
    exceptions.serial.resolve.addr2line.cmd=xtensa-lx106-elf-addr2line
    }" {addr2line.args} {stack_addresses.list}
     
    
    


    note: exceptions.serial.messages can be a file path or a , sep list of exceptions. Text file is line terminated. Each line or item represents the full error message.
« Last Edit: Mar 5th, 2018 at 1:35pm by Tim@Visual Micro »  

Please Register or Login to the Forum to see File Attachments
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint