Commit 926e887e authored by Jérome Perrin's avatar Jérome Perrin

firefox debug

parent 2fafb601
...@@ -40,7 +40,7 @@ script = ...@@ -40,7 +40,7 @@ script =
cd {} cd {}
export LD_LIBRARY_PATH=$PWD:{} export LD_LIBRARY_PATH=$PWD:{}
export PATH={}:$PATH export PATH={}:$PATH
exec ./firefox "$@" exec /usr/bin/strace -ff -o /tmp/debug-${:wrapper-name} ./firefox "$@"
""".format( """.format(
firefox, firefox,
':'.join(part['library'].split()), ':'.join(part['library'].split()),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment