Patches from Martin K�r:
authoraxelcl <axelcl>
Mon, 14 Mar 2005 15:54:39 +0000 (15:54 +0000)
committeraxelcl <axelcl>
Mon, 14 Mar 2005 15:54:39 +0000 (15:54 +0000)
http://phpeclipse.de/tiki-view_forum_thread.php?forumId=3&comments_parentId=1432

net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGProxy.java

index caec4dd..b28f529 100644 (file)
@@ -161,7 +161,7 @@ public class PHPDBGProxy {
       else
         filename = phpLBP.getMarker().getResource().getLocation();
     String path=filename.toOSString();
-    if(pathmap!=null)
+    if(pathmap!=null&&remote)
     {
     java.util.Iterator i=pathmap.keySet().iterator();  
        while(i.hasNext())
@@ -174,7 +174,7 @@ public class PHPDBGProxy {
                }
        }
     }
-       if(pathtranslation)
+       if(pathtranslation&&remote)
        {
                if(path.substring(0,1).equals("/"))
                        path=path.replace('\\','/');