Name | Description | Value |
JavaScriptExecutionMode.BeforeRunning | Show the JavaScript debugger at the first line of the JavaScript. |
int
3
|
JavaScriptExecutionMode.OnRuntimeError | Show the JavaScript debugger is a runtime error occurs. |
int
2
|
JavaScriptExecutionMode.never | Never show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions. |
int
1
|