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 News Feb 24th: Sp3 is available with some minor debugger updates (Read 1519 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
News Feb 24th: Sp3 is available with some minor debugger updates
Feb 25th, 2015 at 1:10am
Print Post  
Breakpoints on commented lines are now ignored
Breakpoints on empty lines were incorrectly ignored
« Last Edit: Feb 25th, 2015 at 1:10am by Tim@Visual Micro »  
Back to top
IP Logged
 
Brandon L
Newbies
*
Offline


Posts: 8
Location: Texas
Joined: Mar 7th, 2015
Re: News Feb 24th: Sp3 is available with some minor debugger updates
Reply #1 - Mar 25th, 2015 at 1:32am
Print Post  
It seems like the new version automatically puts the following in after any serial communication: 
VMDPV_1|1_V

Is there a way to disable this?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: News Feb 24th: Sp3 is available with some minor debugger updates
Reply #2 - Mar 25th, 2015 at 2:36pm
Print Post  
Hi,

That is the version that is sent when debug starts. It looks like the serial message is being corrupted before windows can get it's hands on it.

Did you also upgrade Arduino?

You can switch off debug or if you need debug the message is harmless
« Last Edit: Mar 25th, 2015 at 2:37pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Brandon L
Newbies
*
Offline


Posts: 8
Location: Texas
Joined: Mar 7th, 2015
Re: News Feb 24th: Sp3 is available with some minor debugger updates
Reply #3 - Mar 25th, 2015 at 6:49pm
Print Post  
Hi Tim,
I was getting a message like VMDPE (or similar), but I couldn't remember, so I intended to simply open the sketch and see the message and reply.  Unfortunately, or fortunately, I hadn't saved the simple version, so I was forced to face the more complicated sketch just to send you some feedback.  Long story short, in trying to reproduce the simple sketch, I made some tweaks and somehow got the whole thing working as expected and that message is somehow gone two.   
The original problem I had in comparing the input string from serial to a command string was I wasn't including the "\n" necessary to trigger the serial event to begin with. I'm not sure how that would have had an impact on the serial message output from VM, but I thought I'd just let you know.   
I did find a similar thread from many years ago which also suggested a corrupted serial message was to blame.  If this is the case, how can we avoid that?  What form of corruption?  Memory overflow?   
Considering all I changed was the comparison statement, I have a feeling, it wasn't random corruption, but user (me) created errors in the serial data.  I still haven't quite figured it out, but I got what I needed, so I'm moving on.   
As always, thanks for your support!
Brandon
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: News Feb 24th: Sp3 is available with some minor debugger updates
Reply #4 - Nov 14th, 2015 at 2:12am
Print Post  
This Topic was moved here from Arduino Debugger [move by] Visual Micro.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint