Value
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 |
Usage
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |