I get an error in the subject line when I debug a Qt application (using Qt Creator 3.6.0)
I donโt get it when I create and run it, but only when I debug it. It seems that because of this, my debugger also plays funky, sometimes it is not included in the code at other times, especially when it restarts Qt Creator.
Moreover, there is no idea where this exception occurs. How can I get this exception and possibly stop the debugger where it occurs?
source share