[Qt-interest] Problems debugging with Qt Creator

Davide davide83 at gmail.com
Fri Oct 22 17:44:59 CEST 2010


On Fri, Oct 22, 2010 at 08:46, Vyacheslav V. Yurkov <uvv.mail at gmail.com>wrote:
>
> Hi David,
> To debug classes, which are not a part of Qt project, you must ensure that
> they are built with debugging support, e.g. passing option -g to the gcc.
>

I checked that all the files are compiled with the -g option but I don't
think that this is the problem.
All my classes are included into a Qt project, the point is that some of
them don't inherit from QObject.
For some reason the gdb seems to have difficulties debugging these classes
but I don't understand why...
Some ideas?

Thanks
-- 
Davide Ghezzi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20101022/4d0c9375/attachment.html 


More information about the Qt-interest-old mailing list