DebugOnKeyboardLocked |
Top Previous Next |
Valid for: SetStartup & SetRuntime
Syntax - SetStartup DebugOnKeyboardLocked {"Yes" | "No"}
Description: This option instructs EMUE to activate the debugger if a "Keyboard is Locked" message is displayed. A keyboard reset command is sent to the application and a locked condition is reported in the activity log. This option sets the Debug On Keyboard Locked checkbox on the Debugging & Logging Activity tab of the EMUE Tools - Current Settings - Options Settings window.
Note: If the EnableDebugger checkbox on the Debugging & Logging Activity tab of the EMUE Tools - Options window is not checked or the SetStartup EnableDebugger command is valued with a “No”, then this option, when valued with a “Yes”, will halt the processing of the script with an error. Note: The DebugOnKeyboardLocked command with a value of “Yes” is used with the CheckKeyboardAfterEachCommand option to cause the debugger to activate immediately after the statement causing the “Keyboard is Locked” error. This prevents errors elsewhere in the script due to unexpected screens and/or errors.
Sample: The following statement sets the DebugOnKeyboardLocked option to activate the debugger if the keyboard is locked. SetStartup DebugOnKeyboardLocked "Yes"
See Also:
|