File: windows_test_firefox.sh

package info (click to toggle)
castle-game-engine 6.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 194,520 kB
  • sloc: pascal: 364,585; ansic: 8,606; java: 2,851; objc: 2,601; cpp: 1,412; xml: 851; makefile: 725; sh: 563; php: 26
file content (14 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Helper script to run Firefox with some debug options.
# Adjust as necessary for your system!

# Note that you can disable dom.ipc.plugins.enabled
# (see http://www.firebreath.org/display/documentation/Debugging+Plugins docs)
# in about:config for "single process", makes it much easier to see plugin outout
# (stdout, stderr) directly in Firefox.
#
# Although that's not so important on Windows, where our WritelnLog goes to
# a special xxx.log file anyway (in user config directory, xxx.log where
# xxx is your ApplicationName).

export MOZ_CRASHREPORTER_DISABLE=1
"c:/Program Files/Mozilla Firefox/firefox.exe"  --console --jsconsole  --no-remote -P test