I get the error in subject line when I debug my Qt application (using Qt Creator 3.6.0)
I don't get it when I build and run but only when I debug it. It seems like because of this, my debugger is acting funky as well, sometime it doesn't step into the code, other time it does, specially when restart Qt Creator.
More importantly there is no clue where this exception is happening. How can i get to this exception and possibly have the debugger stop where it is occurring?
How can i get to this exception and possibly have the debugger stop where it is occurring?
Qt Creator can set the specific debug mode for that. Depending on specific debugger "Break on exception":
Mind that Qt Creator uses external debuggers and specialized IDEs like Visual Studio or xCode have better control over debug options. MS Visual Studio, for instance, recognizes several types of exceptions including C++ and many more but here you have just general 'C++ exceptions'. Visual Studio debugger-handled types of exceptions:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With