ScriptReference
must be resolved to a workspace-local IFile
.
ScriptReference
<!ELEMENT extension (scriptResolver)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT scriptResolver EMPTY>
<!ATTLIST scriptResolver
class CDATA #REQUIRED>
A resolver that can help determine equality between workspace-local IFiles and JavaScript ScriptReferences
<extension point="org.eclipse.wst.jsdt.debug.core.scriptResolvers"> <scriptResolver class="org.eclipse.wst.jsdt.debug.internal.core.model.DefaultScriptResolver"> </scriptResolver> </extension>
org.eclipse.wst.jsdt.debug.core.model.AbstractScriptResolver
.
Copyright (c) 2011 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v2.0 which
accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/