TOC PREV NEXT INDEX




Debug Properties


Property
Type
Description
Dynamic
ice.debug.capture_all_input
boolean
If true, captures the .html, .css, and .js content that is being received, similar to the GNU wget command. It only captures resources that are loaded through the content loader, so images are not saved.
No
ice.debug.debug
boolean
If this property set to true, full debugging information is routed to System.out (or System.err on Unix-like systems). This is especially useful when tracking problems
If you want font information, also set ice.pilots.html4.traceFonts.
No
ice.debug.exception
boolean
If true, sends only Debug.ex calls to the console.
No
ice.debug.file
string
Specifies a file where the browser will redirect debug output instead of printing it to the console. For the property to work, ice.debug.debug must also be true.
For example, the following will save the debug output to log.txt:
java -Dice.debug.debug=true
-Dice.debug.file="log.txt" ice.browser.Main
No
ice.debug.trace
boolean
If this property set to true, the debugging information provided by the Debug.trace( ) call is routed to System.out, or System.err on Unix-like systems. This provides less information than ice.debug.debug.
If you want font information, also set ice.pilots.html4.traceFonts.
No



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX