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

前端 未结 2 401
后悔当初
后悔当初 2021-01-19 00:13

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

2条回答
  •  忘掉有多难
    2021-01-19 00:57

    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.

提交回复
热议问题