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 Breakpoint Condition, Straing behavior (Read 2609 times)
LLSB
Junior Member
**
Offline


Posts: 14
Location: Tucson, AZ
Joined: Jun 10th, 2014
Breakpoint Condition, Straing behavior
Jul 1st, 2014 at 9:14pm
Print Post  
Maybe it's me but there is some strange behavior with this command.
If I setup a Breakpoint Condition:
cnt >= 10 && cnt <= 12 (Is True) 

"When a Breakpoint is Hit":
Message is sent -- work great!

If I change the (UnchecK) Breakpoint Condition (recompile) the Breakpoint condition event is still triggering.

If I (Check) the Breakpoint Condition and white-spaces out the Condition, Press OK, go back the same Condition is still present inside the Breakpoint condition. 

Atmel Studio 6.2 Mega 2560
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Breakpoint Condition, Straing behavior
Reply #1 - Jul 1st, 2014 at 9:32pm
Print Post  
Yep, you have to delete the break point and re-create. I reported this to Microsoft and they accepted it is a bug but said they won't fix it.

In theory you should not be trying to white space anything but I understand why you tried.

Visual Micro uses the configuration provided by Visual Studio. Any behavior you observe within the break point dialogs is down to how the Visual Studio Ide works (for all project types not just Arduino) so these are complaints to post on the microsoft connect or VS support site. This would be appreciated thanks.

Summary

After a condition has been added it can't be removed without deleting the break point. Hello Microsoft!

« Last Edit: Jul 1st, 2014 at 9:32pm by Tim@Visual Micro »  
Back to top
IP Logged
 
LLSB
Junior Member
**
Offline


Posts: 14
Location: Tucson, AZ
Joined: Jun 10th, 2014
Re: Breakpoint Condition, Straing behavior
Reply #2 - Jul 1st, 2014 at 9:35pm
Print Post  
Thanks
Will do..........!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint