So each such point is blocked by assert(0).What is the recommended way of identifying which assert has been triggered?
Is one allowed anything like 'assert(0,"Crashed at point A");', where the message goes to stderr?
So each such point is blocked by assert(0).What is the recommended way of identifying which assert has been triggered?
Is one allowed anything like 'assert(0,"Crashed at point A");', where the message goes to stderr?