| Interface | Description |
|---|---|
| IALSBDebugger | |
| IALSBDebuggerContext |
This class represents the context to contribute language extensions to the debugger.
|
| IALSBDebuggerObject |
Interface that all debugger objects linked to a debugger implement.
|
| IProgramThread |
This class represent an execution thread.
|
| IStackFrame |
This class represents the state of an invocation on the program thread.
|
| IVariable |
represents a variable in the stack frame.
|
| Class | Description |
|---|---|
| ALSBDebuggerManager |
Debugger manager allowing client to create clients to ALSB debuggers.
|
| ALSBDebuggerProperties |
defines the properties for connecting to an ALSB debugger.
|
| Exception | Description |
|---|---|
| ALSBDebuggerDisconnectedException |
Thrown when the connection has been closed, lost, or the debugger has been disconnected by the user.
|
| IncompatibleThreadStateException |
Exception thrown if the thread is not suspended in the target VM.
|
| InvalidStackFrameException |
Exception thrown if the frame has become invalid.
|
| VariableImmutableException |
Exception thrown if a new value is being set on an immutable variable.
|