JavaScriptExecutionMode

Description

When should a JavaScript debugger be shown.

Static Properties

BEFORERUNNING readonly Show the JavaScript debugger when the first line of the JavaScript executes.
NEVER readonly Never show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions.
ONRUNTIMEERROR readonly Show the JavaScript debugger if a runtime error occurs.