This topic provides the reference information for the URL of a GBC application.
GBC query string parameters
The following query string parameters can be added to the application URL.
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. See Record a GBC log and Replay a GBC log for more details. |
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. See Record a GBC log for more details. |
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