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 Exporting breakpoints (Read 2129 times)
Gilles Plante
Full Member
***
Offline


Posts: 156
Location: Québec, Canada
Joined: Oct 31st, 2013
Exporting breakpoints
Feb 17th, 2014 at 12:51pm
Print Post  
Hi,

on one of the Wiki pages about disabling the breakpoints, it is suggested to export breakpoints when not in use. I searched around but didn't find how to do that.

Is exporting breakpoints a way of saving them all in order to bring back all of them at once ?

Another question: is there a way to have a list of the breakpoints without going through all of the code ?

Thanks
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Exporting breakpoints
Reply #1 - Feb 17th, 2014 at 12:57pm
Print Post  
Hi,

The breakpoints are normally automatically saved to the atmel/VS solution, so they will automatically reload each time you re-open the solution. This is a good reason to ensure you save your solution in the sketch folder (less confusing).

The breakpoints tool window should be opened to see the list: Click debug>windows>breakpoints

The export button is on the breakpoints window Smiley

Yes saving them will allow you to reload different sets but if the code structure changes they will quickly become out of date and be in the wrong positions (be careful this could cause compile error is the breakpoint of, for example, line 9 ends up outside of any valid code.

Tim
« Last Edit: Feb 17th, 2014 at 12:58pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint