PromptToActivateDebuggerOnExit

Top  Previous  Next

×V4.2Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup PromptToActivateDebuggerOnExit  {"Yes" | "No"}

 

Description:

This configuration, when set to Yes, causes EMUE to prompt the user upon hitting an Exit or ExitError statement.  The prompt will ask the user to decide if the script should proceed to exit or activate the debugger.  If the user chooses to activate the debugger, they can continue testing the script.  By default, this setting is set to No and EMUE will not prompt the user upon hitting an Exit or an ExitError statement.

If the debugger is disabled (EnableDebugger is set to No), this setting is ignored.

 

Sample:

       The following statements instruct EMUE to prompt the user before exiting.

SetStartup EnableDebugger "YES"

SetStartup PromptToActivateDebuggerOnExit "Yes"

 

See Also:

EnableDebugger