Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't launch QtCreator debugger since XCode update to version 6

Xcode updated itself to version 6 and now I can't launch QtCreator in debug mode. Does anyone know how to solve this?

like image 634
Nuno Santos Avatar asked Sep 29 '14 12:09

Nuno Santos


2 Answers

You can attempt this patch created for LLDB 320.x in Xcode 6.01

git fetch https://codereview.qt-project.org/qt-creator/qt-creator refs/changes/16/95516/2 && git checkout FETCH_HEAD
like image 20
mmand Avatar answered Sep 24 '22 02:09

mmand


This is a known bug in Qt Creator. The workaround is simple: in Window->Views, show the debugger command log, then start the debug session, wait a a bit for it to get stuck, and hit Enter from within the command line in the debugger command log.

like image 85
Kuba hasn't forgotten Monica Avatar answered Sep 26 '22 02:09

Kuba hasn't forgotten Monica