Debug checklists/Helpers with Visual Studio/.NET

Posted by hmm on Stack Overflow See other posts from Stack Overflow or by hmm
Published on 2010-03-31T00:57:20Z Indexed on 2010/03/31 1:03 UTC
Read the original article Hit count: 474

I have STAThread process which when called from my process simply bombs with no exceptions and almost nothing in the call stack.

If I click Cntrl+Alt+E, I get an exceptions window, how can I use it in this situation, seems like some exception is not being caught here.

Also what other debugging aids can I use here in Visual Studio 2010?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual