public static final class Configuration.JavaScriptDebugMode extends Enum
An enum containing JavaScript debug mode constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.JavaScriptDebugMode |
EXCEPTIONS
Indicates that all exceptions thrown during JavaScript processing are logged
in addition to the effects of POSITIONS.
|
static Configuration.JavaScriptDebugMode |
FUNCTIONS
Indicates that all JavaScript functions entered or exited are logged
in addition to the effects of POSITIONS and EXCEPTIONS.
|
static Configuration.JavaScriptDebugMode |
LINES
Indicates that every line of executed JavaScript is logged
in addition to the effects of POSITIONS, EXCEPTIONS and FUNCTIONS.
|
static Configuration.JavaScriptDebugMode |
NONE
Indicates that debugging is disabled.
|
static Configuration.JavaScriptDebugMode |
POSITIONS
Indicates that the filenames and line numbers that caused output
(e.g.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.JavaScriptDebugMode |
valueOf(String name) |
static Configuration.JavaScriptDebugMode[] |
values() |
public static final Configuration.JavaScriptDebugMode NONE
Indicates that debugging is disabled.
public static final Configuration.JavaScriptDebugMode POSITIONS
Indicates that the filenames and line numbers that caused output (e.g. via console.log) are logged.
public static final Configuration.JavaScriptDebugMode EXCEPTIONS
Indicates that all exceptions thrown during JavaScript processing are logged in addition to the effects of POSITIONS.
public static final Configuration.JavaScriptDebugMode FUNCTIONS
Indicates that all JavaScript functions entered or exited are logged in addition to the effects of POSITIONS and EXCEPTIONS.
public static final Configuration.JavaScriptDebugMode LINES
Indicates that every line of executed JavaScript is logged in addition to the effects of POSITIONS, EXCEPTIONS and FUNCTIONS.
public static Configuration.JavaScriptDebugMode[] values()
public static Configuration.JavaScriptDebugMode valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.