We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6564deb commit 96a5d9aCopy full SHA for 96a5d9a
.gdbinit
@@ -0,0 +1,6 @@
1
+python
2
+import sys, os.path
3
+sys.path.insert(0, os.path.expanduser('~/.gdb'))
4
+import qt5printers
5
+qt5printers.register_printers(gdb.current_objfile())
6
+end
0 commit comments