debugging - Unwanted breakpoints in Visual Studio debugger -


i check out projects svn , have couple of projects in solution while debugging . when set breakpoints in program debug it, program breaks @ other points have not set break point in there @ ! there break point in there? how happening? vs keep breakpoints location in .sln file of each project , when check out svn, causes break on breakpoint other people have set on project? or else causing it?

it sounds have more sln file in source control. if blindly add entire folder structure source control, unwanted behavior.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -