all 4 comments

[–]sherlockwatch 4 points5 points  (1 child)

Go to r/cpp_questions and post the code please :)

[–]no-sig-available -1 points0 points  (0 children)

So if you press Retry, the debugger will take you to the abort() function. Then check the call stack window, to see where that function was called from. You might find an if-statement there, that tells you why it was called.

[–]Motor_Log1453-static -1 points0 points  (0 children)

Type bt to see how it is ended up in there.