JDI Client
This extension point is internal
Identifier:
org.eclipse.jdt.debug.jdiclient
Since:
2.0
Description:
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.
Configuration Markup:
<!ELEMENT extension EMPTY>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- name - The name of the extension point is the fully qualified name of a Java class implementing
com.sun.jdi.VirtualMachineManager
used to bootstrap the JDI implementation.
Examples:
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"/>
API Information:
The name of the extension point is the fully qualified name of a Java class implementing com.sun.jdi.VirtualMachineManager
.
Supplied Implementation:
The Java debugger provides an implementation of com.sun.jdi.VirtualMachineManager
Copyright (c) 2002, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which
accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html