3
I have a problem in my Solution in visual studio 2012.
Whenever I need to debug and fall into a break point, I need to clean and rebuild in my Solution, otherwise it runs, but not for us break point
The project has 4 library class and 15 web projects, using TFS for version control
Someone has been there and knows the solution to this problem?
You are running as an administrator?
– Tafarel Chicotti
Yes, as an administrator
– Rod
I remember the dark times when I had to use this tool, it created a hidden file with properties of the project, only when I used to touch d+ with breakpoints, the visual studio had a bug that made these properties files become giant, it was some Leak. This also made breakpoints not work, or not loaded correctly. It could be
.suo
,.sdf
or another extension whose file is hidden and which is of a reasonable size. I recommend deleting them and see if it returns to normal.– pepper_chico
Bugs: http://blog.richardszalay.com/2010/01/25/massive-suo-file-causes-visual-studio-to-hang-when-doing-pretty-much-anything/ http://social.msdn.microsoft.com/Forums/vstudio/en-US/e58cd8c6-306d-4668-a4b1-a1bd033547dd/star-tingand-stopping-debung-session-is-slow-er-than-thangusual?forum=vsdebug
– pepper_chico