Bug 1578839 - Implement resizing of the browser with the embedded RDM UI. r=mtigley
[gecko.git] / .gdbinit_python
blob9ad12bd2ac630b4ccd5177a30e8f7274cdf70fb5
1 python
2 import sys
3 sys.path.append('python/gdbpp/')
4 import gdbpp
5 end