Hello everyone,
I'm using asserts in my C++ code. As you all know, when the assert condition is false, it pops up a window about the error with three buttons: abort, retry and ignore. I would like to have a solution of this two possibilities: - I would like to disable or delete the button "retry" from the windows that pops up - I would like to define the button abort or the button ignore pressed as default.
Do you have any idea how to do this? It would be great to have a solution to solve that
Thank you very much in advance
Regards