On Monday 20 September 2010 12:17:55 ext sunny shah wrote: > Hi, > I am currently debugging webkit with qtcreator, this requires change in > .gdbinit, Here is the code I want to change in .gdbinit. > > """GDB support for WebKit types. > Add this to your gdb by amending your ~/.gdbinit as follows: > python > import sys > sys.path.insert(0, "/path/to/tools/gdb/") > import webcore > """ > > So Where can I find the .gdbinit of qtcreator?
There is no ".gdbinit of qtcreator", the gdb session started from Qt Creator will read .gdbinit on its own. > for more details please visit below link, > http://trac.webkit.org/wiki/GDB This looks like your goal is to make Webkit data types visible in Qt Creator. If so, http://doc.qt.nokia.com/qtcreator-snapshot/creator-debugging-helpers.html might help to get you started. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
