Skip to content

Commit 96a5d9a

Browse files
author
Alexander Bychuk
committed
fix : ignor
1 parent 6564deb commit 96a5d9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gdbinit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)