[Qt-creator] Debugging dumper.py and qt-creator 1.3.1 and gdb 7.1

Andre Poenitz andre.poenitz at mathematik.tu-chemnitz.de
Sat May 22 11:48:31 CEST 2010


On Sat, May 22, 2010 at 02:49:17PM +0900, paulo wrote:
> Hi, until a while ago I was using qt-creator from git.
> Recently (can't remember why) I had to reinstall it and since the new 
> version is based on qt4.7 I had to skip it and go for an older 
> qt-creator version. More specifically 1.3.1
> Unfortunately the dumper.py does not seem to be supported by this 
> version, right? (hopefully wrong)

1.3.1 was able to use some first version of the Python dumpers, but
they had to be explicitly loaded.

You could try to put

   python execfilr('/path/to/dumper.py')
   python execfilr('/path/to/gdbmacros.py')

into your .gdbinit and check whether it makes a difference.

If it doesn't, you can still use the "Compiled" dumpers. They have
been present since 1.2.0 IIRC.

Andre'

PS: Why not just build Qt 4.7 from git, too?



More information about the Qt-creator-old mailing list