• 5066阅读
  • 2回复

Debugging VS executables is not supported [复制链接]

上一主题 下一主题
离线liangquan
 

只看楼主 正序阅读 楼主  发表于: 2009-06-03
— 本帖被 XChinux 从 Qt for Linux/X11 移动到本区(2010-02-08) —

我使用的环境是VS2008 Express + Qt4.3.3(从本站下载的已编译版本)+QtCreater。

打断点后,F5调试出现如下图所示的错误

这是怎么回事呢?

谢谢!
离线liangquan

只看该作者 2楼 发表于: 2009-06-03
哦,在Qt Creater的帮助手册中写了,目前Qt Creater不支持VC编译器的debugger

Note: Qt Creator's debugger integration currently does not support debugging applications created with the Microsoft Visual C++ Compiler.
离线liangquan

只看该作者 1楼 发表于: 2009-06-03
后来我自己采用了这样的办法:
利用

qmake -tp vc *.pro

命令生成*.vcproj文件,在VS2008中打开就可以了设置断点,进行debug了。

朋友们还有其他方法欢迎分享!!!
快速回复
限100 字节
 
上一个 下一个