我已经在 VS 调试异常对话框中设置了 ThreadAbortException,但它永远不会中断,即使我在我的代码中明确地使用了 Thread.Abort()。
我可以在控制台中看到条目,例如:
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in System.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
有什么方法可以让 VS 打破这些异常?(我在桌面使用 VS Express 2012,但如果需要可以访问完整的 VS)