As I have the choice on finalizing a project to keep assertions, I'd think that assertion violation would be shown or displayed on console (hopefully on stderr on linux). What would be the proper way to do such, like seems that I have to add it or enable something to get it...
Asked
Active
Viewed 29 times
1 Answers
1
You don't have to do anything additional (at least, I've never had to). The assertion violation will result in a stack trace to stderr.

user2783273
- 91
- 3
-
dont have any with finalize from estudio and then run executable. But stops when running into estudio – Pipo Feb 18 '19 at 08:51