Qt Creator 3.3.0 fails to start debugging on Ubuntu 14.10 x64
-
When I press "Debug", Creator switches to debug perspective and nothing else happens. I don't even see GDB in the list of running processes. What;s the deal? It used to work on Ubuntu 13.10 with older Creator.
P. S. GDB version 7.8.
-
GDB is detected no problem.
If I wait long enough, 20-30 minutes, debugging does eventually start. -
My colleague has the same problem on a different computer with Ubuntu and the latest Qt as well.
-
Good point. No problem with an example.
What could possibly cause this issue? -
I'm not sure if this is related but I've similar problems on Windows with Qt5.4.0/MinGW4.9.1 and I've already created a bugreport:
"QTCREATORBUG-13771":https://bugreports.qt-project.org/browse/QTCREATORBUG-13771 -
No, that's not the problem I'm having.
-
What is a plugin in this context? I don't think I use any.
-
Ah, you mean Qt modules? I use a pretty basic set: core, gui, widgets, network, xml and opengl.