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 sudden compile error microdebug (Read 2835 times)
GeeTee
Member
***
Offline


Posts: 103
Joined: Nov 10th, 2014
sudden compile error microdebug
Jan 14th, 2016 at 7:33pm
Print Post  
why suddenly latest version is causing:

n function 'void setup()
Gary_Rx_Speedo.ino:In function 'void setup()
Gary_Rx_Speedo.ino:143:17: error: 'MicroDebug' was not declared in this scope
:void setup () { 
    debugger: The error shown above might be caused by invalid breakpoint syntax or the board is not yet supported for debugging (pls let us know!)
:In function 'void loop()
212:20: error: 'MicroDebug' was not declared in this scope
:void loop () {if ((
    debugger: The error shown above might be caused by invalid breakpoint syntax or the board is not yet supported for debugging (pls let us know!)
:212:44: error: '_VM_AUTO_REPORT_LAST_MS_' was not declared in this scope
:void loop () {if ((
    debugger: The error shown above might be caused by invalid breakpoint syntax or the board is not yet supported for debugging (pls let us know!)
Error compiling project sources
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: sudden compile error microdebug
Reply #1 - Jan 14th, 2016 at 8:25pm
Print Post  
This is most likely a syntax error in a breakpoint condition or "when hit"
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint