Debugging in Siebel CRM Desktop

In order to debug customized script in Siebel CRM Desktop, you must have a third-party debugging tool, such as the Microsoft Just-In-Time Debugger provided by Microsoft Visual Studio. For more information about Visual Studio and the Just-In-Time Debugger, see the documentation at the Microsoft TechNet Web site.

You can enable the Microsoft Just-In-Time Debugger by setting the following Windows Registry key:

[HKEY_CURRENT_USER\Software\Microsoft\Windows Script\Settings] 
"JITDebug"=dword:00000001

After setting the Windows Registry key, you must restart Microsoft Outlook. If a script error is encountered after the debugger is enabled, the user will be prompted to activate the debugger. You can force the debugger to be invoked by adding "debugger" at the desired location in the custom script and republishing the metadata package.

Note: Oracle does not recommend enabling the Just-in Time debugger in production environments. The JIT debugger is only intended for use in development environments.