[Solved] Debugging with MinGW self-compiled creator not possible
-
wrote on 21 Jul 2014, 12:50 last edited by
Using Qt creator 3.1.2 compiled with latest Qt 5.3.1 (MInGW) does not allow debugging.
The application output states:
@
Debugging starts
Debugging has failed
Debugging has finished
@The actual application to be debugged is actually started, but the debugger output is missing. gdb is started and apparently the conenction between Qt creator and gbd cannot be established.
When using the creator as delivered with Qt 5.3.1 the debugging works normal without changing anything. The application is simply loaded and not recompilation done.
Does anyone know a procedure to by-pass the problem?
-
wrote on 24 Jul 2014, 20:39 last edited by
Open a bug report at bugreports.qt-project.org and append the debugger log (contents of right pane of Windows->Views->Debugger Log) there.
-
wrote on 25 Jul 2014, 13:23 last edited by
Bug report "QTCREATORBUG-12735":https://bugreports.qt-project.org/browse/QTCREATORBUG-12735 filed on JIRA
-
wrote on 30 Jul 2014, 09:50 last edited by
Some debugger extensions were missing. After copying the contents of c:\Qt\Tools\QtCreator\share\qtcreator\debugger to the self-compiled creator version also debugging is working.
1/4