我在MacOS Mojave上使用CLion开发C ++项目,并且添加了一个新工具链,该工具链在brew安装的mac上使用llvm。
当我想调试整个项目时,我从标准输出中得到了错误:
warning: ignoring unknown option: -interpreter=mi2
Command timed out
com.jetbrains.cidr.execution.debugger.backend.DebuggerCommandTimedOutException: Command timed out
Process finished with exit code 0
似乎lldb无法找到导致超时的mi2。但是,如果是这样,我怎么能找到mi2并让lldb使用它?