I'm looking for a way to save all the breakpoints I've set for future reference. Is that possible somehow?
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.
|
|
|
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. |
||||
|
|