- VMCannotBeModifiedException - Exception in com.sun.jdi
-
Thrown to indicate that the operation is invalid because it would
modify the VM and the VM is read-only.
- VMDisconnectedException - Exception in com.sun.jdi
-
Unchecked exception thrown to indicate that the
requested operation cannot be
completed because there is no longer a connection to the target VM.
- VMMismatchException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be
completed because the a mirror from one target VM is being
combined with a mirror from another target VM.
- VMOutOfMemoryException - Exception in com.sun.jdi
-
Thrown to indicate that the requested operation cannot be
completed because the target VM has run out of memory.
- VMStartException - Exception in com.sun.jdi.connect
-
A target VM was successfully launched, but terminated with an
error before a connection could be established.
- Value - Interface in com.sun.jdi
-
The mirror for a value in the target VM.
- VirtualMachine - Interface in com.sun.jdi
-
A virtual machine targeted for debugging.
- VirtualMachineManager - Interface in com.sun.jdi
-
A manager of connections to target virtual machines.
- VMDeathEvent - Interface in com.sun.jdi.event
-
Notification of target VM termination.
- VMDeathRequest - Interface in com.sun.jdi.request
-
Request for notification when the target VM terminates.
- VMDisconnectEvent - Interface in com.sun.jdi.event
-
Notification of disconnection from target VM.
- VMStartEvent - Interface in com.sun.jdi.event
-
Notification of initialization of a target VM.
- VoidType - Interface in com.sun.jdi
-
The type of all primitive void
values
accessed in the target VM.
- VoidValue - Interface in com.sun.jdi
-
Provides access to a primitive void
value in
the target VM.
- VMCannotBeModifiedException() - Constructor for exception com.sun.jdi.VMCannotBeModifiedException
-
- VMCannotBeModifiedException(String) - Constructor for exception com.sun.jdi.VMCannotBeModifiedException
-
- VMDisconnectedException() - Constructor for exception com.sun.jdi.VMDisconnectedException
-
- VMDisconnectedException(String) - Constructor for exception com.sun.jdi.VMDisconnectedException
-
- VMMismatchException() - Constructor for exception com.sun.jdi.VMMismatchException
-
- VMMismatchException(String) - Constructor for exception com.sun.jdi.VMMismatchException
-
- VMOutOfMemoryException() - Constructor for exception com.sun.jdi.VMOutOfMemoryException
-
- VMOutOfMemoryException(String) - Constructor for exception com.sun.jdi.VMOutOfMemoryException
-
- VMStartException(Process) - Constructor for exception com.sun.jdi.connect.VMStartException
-
- VMStartException(String, Process) - Constructor for exception com.sun.jdi.connect.VMStartException
-
- value() - Method in interface com.sun.jdi.BooleanValue
-
Returns this BooleanValue as a boolean.
- value() - Method in interface com.sun.jdi.ByteValue
-
Returns this ByteValue as a byte
.
- value() - Method in interface com.sun.jdi.CharValue
-
Returns this CharValue as a char
.
- value() - Method in interface com.sun.jdi.connect.Connector.Argument
-
Returns the current value of the argument.
- value() - Method in interface com.sun.jdi.DoubleValue
-
Returns this DoubleValue as a double
.
- value() - Method in interface com.sun.jdi.FloatValue
-
Returns this FloatValue as a float.
- value() - Method in interface com.sun.jdi.IntegerValue
-
Returns this IntegerValue as an int.
- value() - Method in interface com.sun.jdi.LongValue
-
Returns this LongValue as a long.
- value() - Method in interface com.sun.jdi.ShortValue
-
Returns this ShortValue as a short.
- value() - Method in interface com.sun.jdi.StringReference
-
Returns the StringReference as a String.
- valueCurrent() - Method in interface com.sun.jdi.event.WatchpointEvent
-
Current value of the field.
- valueToBe() - Method in interface com.sun.jdi.event.ModificationWatchpointEvent
-
Value that will be assigned to the field when the instruction
completes.
- variables() - Method in interface com.sun.jdi.Method
-
Returns a list containing each
LocalVariable
declared
in this method.
- variablesByName(String) - Method in interface com.sun.jdi.Method
-
Returns a list containing each
LocalVariable
of a
given name in this method.
- version() - Method in interface com.sun.jdi.VirtualMachine
-
Returns the version of the Java Runtime Environment in the target
VM as reported by the property java.version
.
- virtualMachine() - Method in interface com.sun.jdi.Mirror
-
Gets the VirtualMachine to which this
Mirror belongs.
- virtualMachineManager() - Static method in class com.sun.jdi.Bootstrap
-
Returns the virtual machine manager.
- visibleClasses() - Method in interface com.sun.jdi.ClassLoaderReference
-
Returns a list of all classes for which this class loader has
been recorded as the initiating loader in the target VM.
- visibleFields() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each unhidden and unambiguous
Field
in this type.
- visibleMethods() - Method in interface com.sun.jdi.ReferenceType
-
Returns a list containing each
Method
declared or inherited by this type.
- visibleVariableByName(String) - Method in interface com.sun.jdi.StackFrame
-
Finds a
LocalVariable
that matches the given name and is
visible at the current frame location.
- visibleVariables() - Method in interface com.sun.jdi.StackFrame
-
Returns a list containing each
LocalVariable
that can be accessed from this frame's location.
- vmDeathRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled VM death requests.