[Qt-creator] Debugging in Win32
Greg Santucci
thecodewitch at yahoo.com
Wed Nov 5 13:49:09 CET 2008
Thanks for the information about gdb Andre', I didn't think that the
breakpoint in the constructor bug would still be a problem with gdb after so
many years.
I've confirmed that gdb works when breakpoints are set anywhere else - I
added some UI elements, and set breakpoints in other places, and it works
fine. Qt Creator is excellent.
One final nitpick though - the debugger in the Eclipse Qt plugin (which uses
MingW gcc/gdb) is much faster. After placing a breakpoint in a button click
handler, eclipse breaks to the debugger almost instantly, whereas in Qt
Creator there is a ~6 second delay. Is it because of the Qt types parsing?
Is there a way to turn this feature off to speed up the debugger?
More information about the Qt-creator-old
mailing list