dimanche 25 octobre 2020

C++11: How do you disable track trace so it only displays where the error is in your file

I don't know if this should be bad practice, but I'm only working with one file and the STL. Sometimes if I make an error it prints out this enormous error stack trace to the point where I can't find where the error in my code is. Is there any way for my (clang 11.0.3) to only output the line in my file where the error is?

Aucun commentaire:

Enregistrer un commentaire