Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
org.netbeans.spi.debugger.jpda |
JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering
and filtering of all Debugger Views.
|
Class and Description |
---|
EditorContext.Operation
The operation definition.
|
Class and Description |
---|
BreakpointsClassFilter.ClassNames
The set of class names and excluded class names.
|
EditorContext.BytecodeProvider
A provider of method bytecode information.
|
EditorContext.MethodArgument
Representation of an argument to a method.
|
EditorContext.Operation
The operation definition.
|
EditorContext.Position
Representation of a position in a source code.
|
Evaluator.Context
Context of the evaluation.
|
Evaluator.Expression
Representation of an expression that is a subject of evaluation.
|
Evaluator.Result
Evaluation result.
|
SmartSteppingCallback.StopOrStep
Information about a possibility to stop at the given location,
or suggestion to perform a step.
|