Changing from getFullPath to getProjectRelativePath() so that local debug can find...
authorEdward Mann <phpeclipse.dev@edmann.com>
Sun, 27 Jan 2008 06:03:29 +0000 (06:03 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Sun, 27 Jan 2008 06:03:29 +0000 (06:03 +0000)
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() {