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 failure when for loop exists (Read 1723 times)
juerg
Newbies
*
Offline


Posts: 2
Joined: Jan 27th, 2017
breakpoint failure when for loop exists
Jan 27th, 2017 at 4:31pm
Print Post  
I have a for loop in my function and this ruins my break points. Using only the first loop value and commenting out the for () makes the breakpoints work.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: breakpoint failure when for loop exists
Reply #1 - Jan 27th, 2017 at 5:18pm
Print Post  
Hi,

If you please a breakpoint on an IF then the breakpoint will be inserted inside the IF

The serial debugger has to inject code during compile so is slightly different to a normal debugger.

There are some examples in this document

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