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 にアクセスできます)