Using Siebel Tools > Siebel Script Editors > Using the Siebel Debugger >
Using the Watch Window
The Watch window displays script variables and their values. This window can be used to monitor the values of specific variables as a script executes. In version 8.0, the Watch window supports the following variable types:
- Local
- Global
- Profile attributes, both persistent and dynamic
- Shared global
- Application
Figure 30 shows a script for the Contact business component being monitored in the Watch window.
Figure 30. Monitoring a Script Using the Watch Window
|
To access the Watch window
- Attach a script to an object, and then compile that object.
- Start the Mobile Web Client from the Siebel Debugger by pressing F5 or clicking the Start icon on the Debug menu. Make sure that the /h argument has been set in the Debug options.
- Press SHIFT+F9 or click the Watch button (glasses icon) on the Debug toolbar.
The Watch window appears.
|