[Qt-creator] debugging
Tom Deblauwe
tom at metalnight.be
Mon Nov 3 16:31:11 CET 2008
Hello,
Thanks for the new IDE first of all, it is promising!
But I have a problem. There seems to be an option to show the contents
of qstring,etc and of lists. However, I don't understand what's the deal
with Qt 4.5. There is some file called gdbmacros.cpp that is compiled
with my code but it needs Qt4.5 for compiling -> It doesn't compile, it
can't find qtglobal.h. My code has been written for Qt 4.3.3, not for
4.5. So I can't link in the debug macro file. Is my understanding
correct that you only can see the contents of lists and maps when a
project is compiled with Qt 4.5? My project compiles fine when I uncheck
the option to link with gdb debug macro's.
Additional interesting features would be:
- Instead of thread numbers, show the stack line where the thread is
at(like in kdbg). Then when you click, show the whole stack for that thread.
- CTRL + click navigates through your code with hyperlinks(like in eclipse)
Best regards,
Tom,
More information about the Qt-creator-old
mailing list