如何在QtCreator调试器中浏览我自己的源代码

时间:2012-04-27 09:26:55

标签: debugging qt qt-creator

在使用QtCreator进行调试期间,我无法浏览自己的源代码。我使用debug选项构建qt源代码,你可以看到qt源代码本身的文件名是可见的,我可以毫无问题地浏览它们。但不知怎的,CONFIG+=debug对我的构建没有任何影响。

构建输出

Running build steps for project tcpconnector...
Starting: "/usr/local/Trolltech/Qt-4.7.4-DEBUG/bin/qmake" /home/user1/server/src-server/server.pro -r -spec linux-g++-64 CONFIG+=debug
The process "/usr/local/Trolltech/Qt-4.7.4-DEBUG/bin/qmake" exited normally.
Starting: "/usr/bin/make" 
...

在QtCreator调试器的屏幕截图中,您可以看到我自己的代码Server :: deleteDuplicateConnection呈灰色显示。

Debugger screenshot with grayed out source file

1 个答案:

答案 0 :(得分:0)

喜欢写在评论中。这似乎只是一个随机现象。