Enumeration
JavaScriptExecutionMode
When should a JavaScript debugger be shown.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 3 | readonly | Show the JavaScript debugger when the first line of the JavaScript executes. | |
| Int = 1 | readonly | Never show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions. | |
| Int = 2 | readonly | Show the JavaScript debugger if a runtime error occurs. |
Used by 0
No documented property, parameter or return value uses JavaScriptExecutionMode.