All of a sudden VS2017 doesn't display the Abort, Ignore, Retry prompt when it is hitting an assert()
failure. All it does is output to the output
window and exit the program so I can't debug it.
I did a repair install, didn't change anything. JIT is enabled (native code), using debugging version and libraries. It's been working fine.
That is the error I am getting:
Press Retry to debug the application - JIT must be enabled)Assertion failed!
Program: C:\Test\x64\Debug\Test.exe
File: C:\Test\Test\owner-draw-buttons.cpp
Line: 144
Expression: 0
For information on how your program can cause an assertion failure, see the
Visual C++ documentation on asserts (Press Retry to debug the application - JIT
must be enabled)Debug Error! Program: C:\Test\x64\Debug\Test.exe abort() has
been called (Press Retry to debug the application) The thread 0x3524 has exited
with code 3 (0x3). The program '[10772] Test.exe' has exited with code 3 (0x3).
Any ideas on how to fix?
TIA!!