- baseDirectory() - Method in interface com.sun.jdi.PathSearchingVirtualMachine
-
Get the base directory used for path searching.
- BooleanType - Interface in com.sun.jdi
-
The type of all primitive boolean
values
accessed in the target VM.
- booleanValue() - Method in interface com.sun.jdi.connect.Connector.BooleanArgument
-
Return the value of the argument as a boolean.
- booleanValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a BooleanValue and returns the result
as a boolean.
- BooleanValue - Interface in com.sun.jdi
-
Provides access to a primitive boolean
value in
the target VM.
- bootClassPath() - Method in interface com.sun.jdi.PathSearchingVirtualMachine
-
Get the boot class path for this virtual machine.
- Bootstrap - Class in com.sun.jdi
-
Initial class that provides access to the default implementation
of JDI interfaces.
- Bootstrap() - Constructor for class com.sun.jdi.Bootstrap
-
- BreakpointEvent - Interface in com.sun.jdi.event
-
Notification of a breakpoint in the target VM.
- BreakpointRequest - Interface in com.sun.jdi.request
-
Identifies a
Location
in the target VM at which
execution should be stopped.
- breakpointRequests() - Method in interface com.sun.jdi.request.EventRequestManager
-
Return an unmodifiable list of the enabled and disabled breakpoint requests.
- bytecodes() - Method in interface com.sun.jdi.Method
-
Returns an array containing the bytecodes for this method.
- ByteType - Interface in com.sun.jdi
-
The type of all primitive byte values accessed in
the target VM.
- byteValue() - Method in interface com.sun.jdi.PrimitiveValue
-
Converts this value to a ByteValue and returns the result
as a byte.
- ByteValue - Interface in com.sun.jdi
-
Provides access to a primitive byte
value in the target VM.