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 placement after } (Read 616 times)
Bas
Junior Member
**
Offline


Posts: 50
Joined: Feb 20th, 2017
Breakpoint placement after }
Apr 17th, 2017 at 12:00pm
Print Post  
Can I place a breakpoint on a sourcecode line containing only a close curly brace or on an empty line?
Ive tried setting a breakpoint on line 3 and 4 but they do't seem to get fired

Code (C++)
Select All
if {
  ...
}

if {
 ...
}
 

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint