vote up 4 vote down star

Hi,

I seem to be getting breakpoints from other programmers when checking out code...

Where is the list of breakpoints saved by Visual Studio? In the vbproj file? vbproj.user file? documents and settings? are they meant to be specific to the solution, the project, the user, the computer they are set on?

Thanks!

flag

64% accept rate

1 Answer

vote up 13 vote down check

They are saved in the <solutionname>.suo file. SUO stands for Solution User Options, and should not be added to source control.

No .vbproj.user files should be in source control either!

link|flag
And neither do .ncb files. – shoosh Oct 14 '08 at 6:02

Your Answer

Get an OpenID
or

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