Using Siebel Tools > Siebel Script Editors > Setting ST eScript Engine Options >
Using Fix and Go
When Fix and Go is enabled, you can edit scripts in a local Tools session and test the changes on the Siebel Mobile Web Client without closing the client and recompiling the scripts. This can save significant amounts of time in script development, testing, and debugging, making developers much more productive. Fix and Go can only be used with Server Scripts and the ST eScript Engine. This preference is set under Engine Settings on the Scripting tab of the Development Tools Options window. Select the Fix and Go checkbox to enable this setting. To use Fix and Go
- Enable Fix and Go in the Development Tools Options window.
- Create a server script in the Siebel Script Editor, save it, and then compile the SRF.
If you try to save a script with syntax errors, you will get a Script Error message and be prompted to go to the line or lines with errors to fix them.
- Execute the script by running the Siebel Debugger.
- Stop the execution of the script being tested.
- Make changes, save them, and then execute the script.
You do not need to recompile the SRF.
NOTE: You must save and compile all script changes before exiting Siebel Tools, or else they will be lost.
|