JDI Client

org.eclipse.jdt.debug.jdiclient

2.0

This is an internal extension point specifying the JDI implementation to use with the Java debugger. Clients are not intended to use this extension point.

<!ELEMENT extension EMPTY>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


The JDI client used by the Java debugger, is by default the JDI implementation that is provided with the Eclipse SDK:
 

<extension-point id=

"jdiclient"

name=

"org.eclipse.jdi.internal.VirtualMachineManagerImpl"

/>

The name of the extension point is the fully qualified name of a Java class implementing com.sun.jdi.VirtualMachineManager.

The Java debugger provides an implementation of com.sun.jdi.VirtualMachineManager