Bug 1493048 [wpt PR 13131] - Fix syntax and typos in tests from #12956, a=testonly
[gecko.git] / .gdbinit_python
blob07129d2c1e9c2240c4557bc7baba39edf12356a2
1 python
2 import sys
3 sys.path.append('third_party/python/gdbpp/')
4 import gdbpp
5 end