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