问题描述
使用MindStudio进行C++工程单步调试时无法结束,后台Console界面告警。
问题分析
可能存在依赖版本不匹配或缺失的情况,需根据实际报错信息进行处理。
解决方案
查看Console界面打印的日志,根据其中报错或告警的信息进行处理,安装缺失的依赖或调整依赖的版本。
例如:
- “Missing separate debuginfos...”:则需要安装其中缺失的debuginfos。
- “Warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available”:则需重新确认libc与libthread_db软件包版本匹配情况。