Mypal/.gdbinit_python
2019-03-11 13:26:37 +03:00

6 lines
68 B
Plaintext

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