Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm looking for a way to save all the breakpoints I've set for future reference. Is that possible somehow?

share|improve this question

1 Answer

up vote 2 down vote accepted

In VS 2010 you can import and export breakpoints, if you are on any version except the express (though the C++ express version also has this feature).

In VS 2008 You may be able to get similar functionality using VBA, but I don't know for certain.

Here is a free addon to visual studio that will save breakpoints to file.

share|improve this answer
thanks a bunch my friend! – Nir Sep 1 '10 at 17:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.