Debugging asp.net suddenly stops
Posted
by Lieven Cardoen
on Stack Overflow
See other posts from Stack Overflow
or by Lieven Cardoen
Published on 2010-06-17T12:45:21Z
Indexed on
2010/06/17
12:53 UTC
Read the original article
Hit count: 156
ASP.NET
I have a strange error. I'm debugging an asp.net site and suddenly it stops. Visual Studio stays in debug mode and my web application stays on running just fine. I found this post on, but I don't think a background thread is causing the problem. There's even a try catch around the code where it usually stops debugging, but the catch is not triggered... Everytime I try it, it stops at a different place in the code.
© Stack Overflow or respective owner