On Wed, Jan 06, 2010 at 03:10:06AM +0900, paulo wrote: > Well, that being so I'll install 6.8. > But what exactly is the advantage? > gdbmacros does not work without it?
The old C++ based "debugging helpers" will work with any reasonable recent version of gdb. Gdb 7.0 should be avoided nevertheless due to the division-by-zero crash I mentioned. The new Python based helpers work basically work only with very specific builds, like the ones on ftp://ftp.qt.nokia.com/misc/gdb/. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
