为什么我无法在Qt Creator中调试我的应用程序?

时间:2016-10-11 22:49:05

标签: c++ qt debugging qml qt-creator

我正在使用Qt Creator并开发一个带有几个C ++插件的QML应用程序。我还没弄清楚的是如何实际调试我的应用程序。在项目设置中,我选择了 debug

当我构建然后尝试在调试模式下运行应用程序时,我得到的只是三个相同的提示,每个人都告诉我这个:

This does not seem to be a "Debug" build.
Setting breakpoints by file name and line number may fail.

Section .debug_info: Not found.
Section .debug_abbrev: Not found.
Section .debug_line: Not found.
Section .debug_str: Not found.
Section .debug_loc: Not found.
Section .debug_range: Not found.
Section .gdb_index: Not found.
Section .note.gnu.build-id: Found.
Section .gnu.hash: Found.
Section .gnu_debuglink: Not found.

以下是项目设置中显示的Effective Qml call

qmake /home/aras/Projects/BADASSUI/BADASSUI.pro -r -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug

我究竟错过了什么?

0 个答案:

没有答案