- ID - Static variable in class org.netbeans.api.debugger.jpda.AttachingDICookie
-
Public ID used for registration in Meta-inf/debugger.
- ID - Static variable in class org.netbeans.api.debugger.jpda.LaunchingDICookie
-
Public ID used for registration in Meta-inf/debugger.
- ID - Static variable in class org.netbeans.api.debugger.jpda.ListeningDICookie
-
Public ID used for registration in Meta-inf/debugger.
- indexAtLines(int, int) - Method in interface org.netbeans.spi.debugger.jpda.EditorContext.BytecodeProvider
-
Get an array of bytecode indexes of operations between the starting
and ending line.
- initFilter(SmartSteppingFilter) - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback
-
Defines default set of smart stepping filters.
- interrupt() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Interrupts this thread unless the thread has been suspended.
- InvalidExpressionException - Exception in org.netbeans.api.debugger.jpda
-
Notification about bad expression.
- InvalidExpressionException(String) - Constructor for exception org.netbeans.api.debugger.jpda.InvalidExpressionException
-
Constructs a InvalidExpressionException with given message.
- InvalidExpressionException(Throwable) - Constructor for exception org.netbeans.api.debugger.jpda.InvalidExpressionException
-
Constructs a InvalidExpressionException for a given target exception.
- invokeMethod(String, String, Variable[]) - Method in interface org.netbeans.api.debugger.jpda.ObjectVariable
-
Calls given method in debugged JVM on this instance and returns
its value.
- isEnabled() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Test whether the breakpoint is enabled.
- isHidden() - Method in class org.netbeans.api.debugger.jpda.JPDABreakpoint
-
Gets value of hidden property.
- isLeaf(TreeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
-
Returns true if variable is leaf.
- isLeaf(TreeModel, Variable) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
-
Returns true if variable is leaf.
- isObsolete() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
-
Returns true
if this frame is obsoleted.
- isReadOnly(TableModel, Variable, String) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilter
-
Filters original isReadOnly value from given table model.
- isReadOnly(TableModel, Variable, String) - Method in class org.netbeans.spi.debugger.jpda.VariablesFilterAdapter
-
Filters original isReadOnly value from given table model.
- isStatic() - Method in interface org.netbeans.api.debugger.jpda.Field
-
Returns true
for static fields.
- isSuspended() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Returns true if this thread is suspended by debugger.