2

When native c++ code (in debug) makes an assert, this dialog pops up.Assert Dialog.

Pressing "Retry" (to debug the application), will then cause Visual Studio to show a second, rather redundant, dialog. Redundant Dialog

Is there a way to suppress the "... has triggered a breakpoint" and just break?

CurtisHx
  • 746
  • 3
  • 11
  • 30
  • 3
    Have you tried checking the check box or clicking on the open exceptions setting link? – NathanOliver May 18 '15 at 14:26
  • @NathanOliver Yup. I tried checking the checkbox and selecting everything in the Open Exception Settings link. The dialog will still pop up. However, the "Break when this exception type is thrown" checkbox will be checked... – CurtisHx May 18 '15 at 14:35
  • @CurtisHx have you tried to launch debugger break programmatically? – DeJaVo May 18 '15 at 18:11

0 Answers0