Debug checklists/Helpers with Visual Studio/.NET
- by hmm
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?