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?
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to