Mypal68/.gdbinit_python
2024-07-21 11:54:34 +03:00

6 lines
68 B
Plaintext

python
import sys
sys.path.append('python/gdbpp/')
import gdbpp
end