mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Dev: Add xul_runner and update ant xml files
This commit is contained in:
7
res/bin/linux_64/xulrunner/v24/js-gdb.py
Normal file
7
res/bin/linux_64/xulrunner/v24/js-gdb.py
Normal file
@@ -0,0 +1,7 @@
|
||||
""" GDB Python customization auto-loader for js shell """
|
||||
|
||||
import os.path
|
||||
sys.path[0:0] = [os.path.join('/builds/slave/rel-m-beta-xr_l64_bld-00000000/build/js/src', 'gdb')]
|
||||
|
||||
import mozilla.autoload
|
||||
mozilla.autoload.register(gdb.current_objfile())
|
||||
Reference in New Issue
Block a user