VS2008 Debugger does not break on unhandled exception

后端 未结 6 1406
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 04:41

I\'m having an odd problem with my vs debugger. When running my program under the vs debugger, the debugger does not break on an unhandled exception. Instead control is re

6条回答
  •  爱一瞬间的悲伤
    2020-12-07 04:56

    There are two checkboxes in the "Exceptions..." box, I usually have to have them both checked to get it to break on unhandled exceptions. Regardless that it only reads like you need to have one checked.

提交回复
热议问题