Reputation: 2255
I'm using QT Creator and the exception warnings really sucks, because they're logging everywhere.
Example in compiler output: Exception at 0x7ffad5e54008, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at
At Issues:
How can I disable this behavior?
Upvotes: 3
Views: 1142
Reputation: 446
For Windows: Go to Tools -> Options -> CDB -> Add Exceptions to Issues View -> uncheck "First chance exceptions".
Contrary to what I expected it does two things: remove the exceptions from the issues view, and stop them from appearing in the application output tab.
Upvotes: 2