Patches from Martin K�r:
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / DebuggerRunner.java
index ac75a7c..9a2f1af 100644 (file)
@@ -27,7 +27,8 @@ public class DebuggerRunner extends InterpreterRunner {
   public IProcess run(InterpreterRunnerConfiguration configuration, ILaunch launch) {
     String[] env;
     String name, value;
-    PHPDBGProxy newPHPDBGProxy = new PHPDBGProxy(configuration.useRemoteDebugger(), configuration.getRemoteSourcePath());
+    PHPDBGProxy newPHPDBGProxy = new PHPDBGProxy(configuration.useRemoteDebugger(), configuration.getRemoteSourcePath(),
+                       configuration.usePathTranslation(),configuration.getPathMap());
     int pos;
 
     IProcess process = null;