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;