Nir
Nir

Reputation: 4013

Visual Studio 2008: How do I save all the breakpoints set?

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

Upvotes: 3

Views: 1049

Answers (1)

Oded
Oded

Reputation: 499182

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.

Upvotes: 2

Related Questions