I'm getting a crash while trying to debug a asp .net application via webdev from Visual Studio 2008. Normally, the usual way of troubleshooting this issue is to narrow down the code change that would lead to the crash. This is usually time consuming. Fortunately, this only happens once in a blue moon.
I'm wondering if there is a faster way of troubleshooting these kind of crashes. Failing that, what are the usual causes that would cause webdev to crash?
Update:
- My current case seems to be caused by a stack overflow. :)