Changing from getFullPath to getProjectRelativePath() so that local debug can find...
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / InterpreterRunnerConfiguration.java
index 837d7f4..d2b83cc 100644 (file)
@@ -33,7 +33,7 @@ public class InterpreterRunnerConfiguration {
 
                //return project.getLocation().toOSString() + "/" + getFileName();
                IResource file = project.findMember(path);
-               return file.getFullPath().toOSString();
+               return file.getProjectRelativePath().toOSString();
        }
 
        public String getFileName() {