Defines an extension point to register a computer that can describe a default source lookup path for a launch configuration. Source path computers are associated with launch configuration types via the launchConfigurationTypes extension point. As well, a source path computer can be associated with a specific launch configuration via the launch configuration attribute ATTR_SOURCE_PATH_COMPUTER_ID. a fully qualified identifier of the target extension point an optional identifier of the extension instance an optional name of the extension instance Defines an extension point to register a computer that can describe a default source lookup path for a launch configuration. The unique id used to refer to this computer. A class that implements <code>ISourcePathComputerDelegate</code>. 3.0 Following is an example source path computer definition: <pre> <extension point="org.eclipse.debug.core.sourcePathComputers"> <sourcePathComputer id="org.eclipse.example.exampleSourcePathComputer" class="org.eclipse.example.SourcePathComputer"> </sourcePathComputer> </extension> </pre> Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>ISourcePathComputer</b>. Copyright (c) 2003, 2013 IBM Corporation and others.<br> This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/ SPDX-License-Identifier: EPL-2.0