Disabling breakpoints in Framework code
-
When running a C++ command line application in the Qt debugger it frequently breaks in a file called qeventdispatcher_glib at a line that reads as "bool result = g_main_context_iteration(d->mainContext, canWait);". The 'error' is "Use of undeclared identifier 'g_main_context_iteration". Can you suggest what might be the issue here?
-
C Christian Ehrlicher moved this topic from General and Desktop