views:

22

answers:

1

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

+2  A: 

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.

Oded
thanks a bunch my friend!
Nir