• 4130阅读
  • 1回复

qt 4.8.5 (mingw)调试问题? [复制链接]

上一主题 下一主题
离线hzymlx
 

只看楼主 倒序阅读 楼主  发表于: 2013-09-11



调试的时候总出现一个窗口,下面是窗口的内容:
---------------------------
Debugging Helper Missing
---------------------------
The debugger could not load the debugging helper library.
---------------------------
The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. In the Qt Creator Build and Run preferences page, select a Qt version, expand the Details section and click Build All.
---------------------------
Continue Anyway   Open Qt Options   Turn off Helper Usage   Hide Details...  
---------------------------
这个问题怎么解决, debugging helper library. 是什么东西?哪里下载
等等等
离线hzymlx

只看该作者 1楼 发表于: 2013-09-11
解决了。
http://download.qt-project.org/development_releases/prebuilt/gdb/windows-xp/ 下载gdb-7.5-i686_WinXP.zip

解压后配置qt creator  Tools->options-->build & run -->kits 窗口,找到debugger ,点右侧的编辑,(GDB Engine)选择解压目录里的

gdb-i686-pc-mingw32.exe,

C:\Qt\mingw\gdb-7.5-i686_WinXP\gdb-i686-pc-mingw32.exe

重启QtCreator 调试就好用了。还能看到QString 的值了。原来看不到。。。。
等等等
快速回复
限100 字节
 
上一个 下一个