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?

for more details please visit below link,
http://trac.webkit.org/wiki/GDB

Thanks,
 Sunny
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to