Interface | Description |
---|---|
NIFrame |
Representation of a native stack frame.
|
NIVariable |
Representation of a native variable.
|
Class | Description |
---|---|
NIDebugger |
Representation of a native image debugger.
|
NIDebugger.Builder |
A builder that creates a Native Image debugger with optional displayers.
|
NILineBreakpointDescriptor |
Description of a line native breakpoint.
|
NILineBreakpointDescriptor.Builder |
Builder of a line native breakpoint descriptor.
|
StartDebugParameters | |
StartDebugParameters.Builder |
Builder of start debug parameters.
|
Exception | Description |
---|---|
EvaluateException |
Thrown when evaluation in the native debugger fails.
|