linux 下QtCreator 不能调试
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
我用的是ubuntu linux操作系统,现象是qt creator 一启动调试,就提示"you can't do that without a process to debug"。就这个问题困扰我好久了,网上的解答大多是把程序设置成debug模式,但是我的程序默认就是debug的,今天在英文网站找到了类似问题的解决方法。
在/etc/ld.so.conf.d文件夹中新建一个文件,比如Qt.so.conf,其中加入一行语句,"/opt/Qt/../lib",注意要换成你机器上的QT的lib的安装路径,不要加引号,保存退出。在终端中执行"sudo ldconfig"。好了,现在看看你的qtcreator能调试了吗。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)