Class | Description |
---|---|
JSONReader |
Translator of JSON objects into the corresponding Java API classes.
|
JSONWriter |
Translator of Java API classes into the corresponding JSON objects.
|
PropertyBoolean |
An optional boolean property.
|
PropertyLong |
An optional long property.
|
V8Arguments |
Abstract command arguments.
|
V8Body |
Abstract response/event body.
|
V8Breakpoint |
A breakpoint.
|
V8Breakpoint.ActualLocation | |
V8Event |
An event that occurs in the debugger backend.
|
V8Frame | |
V8Packet |
An abstract V8 debugging protocol packet.
|
V8Request |
A command request.
|
V8Response |
A command response.
|
V8Scope | |
V8Script | |
V8Script.EvalFromLocation | |
V8Script.Types | |
V8ScriptLocation |
Enum | Description |
---|---|
V8Breakpoint.Type |
The breakpoint type.
|
V8Command |
Debugger command.
|
V8Event.Kind | |
V8ExceptionBreakType | |
V8Scope.Type | |
V8Script.CompilationType | |
V8Script.Type | |
V8StepAction | |
V8Type |