我的 Qt 项目中的 gdb 崩溃
我已经使用 net-install 安装了 Qt 库、minGW 和 Creator。如果我在没有调试的情况下运行应用程序,它会成功工作,但如果我使用调试 - 系统警报“意外输出:gdb 崩溃”。
我的系统:
- Qt 4.8.0
- minGW 4.4
- Windows 7 SP1 x64
I have installed Qt libraries, minGW and Creator with net-install. If I run application without debug it is work successful, but if I use debug - system alert "unexpected output: gdb crash".
My system:
- Qt 4.8.0
- minGW 4.4
- Windows 7 SP1 x64
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题。我删除了minGW,Qt安装的东西,然后
从官方网站安装它(minGW)。现在可以正常工作了。
I have solved the problem. I deleted minGW, what been installed by Qt, and
installed it(minGW) from offical site. Now it's work correctly.