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

时光怂恿深爱的人放手 提交于 2019-12-19 19:49:46

问题


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


回答1:


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.




回答2:


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


来源:https://stackoverflow.com/questions/26099592/cant-launch-qtcreator-debugger-since-xcode-update-to-version-6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!