Query string parameters

The GBC query string parameters can be added to the application URL.

Table 1. GBC query string parameters
Name Value Description
debugMode

1 to enable, 0 to disable (by default)

Activate the debug tools and make them available as icons in the chromebar.
gbc customization name Select the customization to use when displaying the application.
logPlayer

1 to enable, 0 to disable (by default)

Display the log player.
recordGbcLog

1 to enable, 0 to disable (by default)

Record a log of the user interactions with the DVM for replay at a later time.
theme theme name Force the theme to use when initially displaying the application.
withRealImages

1 to enable, 0 to disable (by default)

Include real images (rather than a placeholder) with the log recording.

For example, to launch the demo application using a customization named "sample" and with the debug tools activated:

http://localhost:6394/ua/r/gwc-demo?gbc=sample&debugMode=1