c++ - Visual Studio stops breaking on assert() -
this started happening today visual studio 2013 project have seen , on years in other visual studio versions.
running debug build , unknown reason aborts stop raising message dialog allows break , debug , instead simple message in output window , program terminates.
r6010 - abort() has been called program '[9408] test_explode.exe' has exited code 3 (0x3).
over many years c++ developer gremlin pops , , forget how solve , can't see cause was. i'm sure can shed more light on what's happening , correct fix , @ minimum i'll @ least add own notes.
a manual call _set_error_mode(_out_to_msgbox)
somewhere in program restores correct behaviour. appears default error mode being set wrong compiler option or visual studio setting? i'm not sure what.
all debug->exception settings enabled.
Comments
Post a Comment