1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-09-29 15:00:51 +00:00
gnosygnu_xowa/res/bin/windows_64/xulrunner/v31/js-gdb.py

8 lines
242 B
Python

""" GDB Python customization auto-loader for js shell """
import os.path
sys.path[0:0] = [os.path.join('c:/Development/hg.mozilla.org/xulrunner-esr31/js/src', 'gdb')]
import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())