Package | Description |
---|---|
org.netbeans.lib.v8debug | |
org.netbeans.lib.v8debug.commands |
Modifier and Type | Method and Description |
---|---|
static V8ExceptionBreakType |
V8ExceptionBreakType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V8ExceptionBreakType[] |
V8ExceptionBreakType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
V8ExceptionBreakType |
SetExceptionBreak.Arguments.getType() |
V8ExceptionBreakType |
SetExceptionBreak.ResponseBody.getType() |
Modifier and Type | Method and Description |
---|---|
static V8Request |
SetExceptionBreak.createRequest(long sequence,
V8ExceptionBreakType type,
boolean enabled) |
Constructor and Description |
---|
Arguments(V8ExceptionBreakType type,
boolean enabled) |
ResponseBody(V8ExceptionBreakType type,
boolean enabled) |