Adobe Photoshop CS5 Object Library JS: JavaScriptExecutionMode

Photoshop CS5

 When should a JavaScript debugger be shown.

Value

NameDescriptionValue
JavaScriptExecutionMode.BEFORERUNNINGShow the JavaScript debugger when the first line of the JavaScript executes. int 3
JavaScriptExecutionMode.NEVERNever show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions. int 1
JavaScriptExecutionMode.ONRUNTIMEERRORShow the JavaScript debugger if a runtime error occurs. int 2

Usage

Jongware, 28-Aug-2012 v3.0.3iContents :: Index