- 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.
- InvalidExpressionException(Throwable, boolean) - Constructor for exception org.netbeans.api.debugger.jpda.InvalidExpressionException
-
Constructs a InvalidExpressionException for a given target exception.
- InvalidExpressionException(String, Throwable) - Constructor for exception org.netbeans.api.debugger.jpda.InvalidExpressionException
-
Constructs a InvalidExpressionException with given message and target exception.
- InvalidExpressionException(String, Throwable, boolean) - Constructor for exception org.netbeans.api.debugger.jpda.InvalidExpressionException
-
Constructs a InvalidExpressionException with given message and target exception.
- invokeMethod(String, String, Variable[]) - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
-
Calls given static method in debugged JVM on this class and returns
its value.
- 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.
- isInstanceOf(String) - Method in interface org.netbeans.api.debugger.jpda.JPDAClassType
-
Check if this type in an instance of a given class name.
- isNative() - Method in class org.netbeans.spi.debugger.jpda.EditorContext.Operation
-
Indicates whether the method was determined as native by the parser.
- isObsolete() - Method in interface org.netbeans.api.debugger.jpda.CallStackFrame
-
Returns true
if this frame is obsoleted.
- isStatic() - Method in interface org.netbeans.api.debugger.jpda.Field
-
Returns true
for static fields.
- isStepThroughFilters() - Method in class org.netbeans.api.debugger.jpda.JPDAStep
-
Test whether this step is stepping through the exclusion filters.
- isStop() - Method in class org.netbeans.spi.debugger.jpda.SmartSteppingCallback.StopOrStep
-
Whether this is a possibility to stop.
- isSuspended() - Method in interface org.netbeans.api.debugger.jpda.JPDAThread
-
Returns true if this thread is suspended by debugger.