Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对此感到堆栈溢出。不知道如何,但不受控制的列已从我的 VS2012 专业异常对话框中消失。所以我不能让它只在不受控制的异常上停止。
任何猜测如何取回它?
谢谢!
当您在调试选项中禁用“仅我的代码”设置时,这会消失。
我怀疑这是因为如果调试器正在调试所有代码(不仅仅是您的代码),那么几乎不可能识别“用户未处理”异常。