Visual Studio debugger problem
Posted
by Alexandre Pepin
on Stack Overflow
See other posts from Stack Overflow
or by Alexandre Pepin
Published on 2010-03-03T15:55:58Z
Indexed on
2010/03/11
19:39 UTC
Read the original article
Hit count: 308
In Visual Studio 2008, after debugging about 1-2 minutes, when I press F10 (Step Over), the debugger hangs and Visual Studio freezes for 5-10 seconds and then go to the next line. Then whatever I do (F10, F5, F11, etc), the debugger continues the execution as if i pressed F5 and all my forms that I was debugging close. I always have to restart the application.
It is very hard to reproduce and it does not occurs every time I want to debug something. Does anyone has a solution ?
© Stack Overflow or respective owner