File: windows_test_chrome.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 (16 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Helper script to run Google Chrome with some debug options.
# Adjust as necessary for your system!

# See https://www.chromium.org/for-testers/enable-logging
# Be sure to enable NPAPI first on chrome://enable-flags

"c:/Program Files/Google/Chrome/Application/chrome.exe" --log-level 3 --debug-plugin-loading -log-plugin-messages  --enable-logging --in-process-plugins file:///D:/michalis/sources/castle-engine/trunk/castle_game_engine/examples/plugin/index_win.html

# And look for Chrome logs in
#   (win 7)           c:/Users/mkamburelis/AppData/Local/Google/Chrome/User Data/chrome_debug.log
#   (win xp chrome)   c:/Documents and Settings/m/Ustawienia lokalne/Dane aplikacji/Google/Chrome/User Data/chrome_debug.log
#   (win xp chromium) c:/Documents and Settings/m/Ustawienia lokalne/Dane aplikacji/Chromium/User Data/chrome_debug.log

# It would be cool to be able to use
#   --single-process
# but it doesn't seem to work with any Google Chrome build I found.