JavaScriptExecutionMode

When should a JavaScript debugger be shown.

Values

Name

Description

Value

JavaScriptExecutionMode.BeforeRunning

Show the JavaScript debugger at the first line of the JavaScript.

3

JavaScriptExecutionMode.OnRuntimeError

Show the JavaScript debugger is a runtime error occurs.

2

JavaScriptExecutionMode.never

Never show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions.

1