X-Git-Url: http://git.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/DebuggerRunner.java b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/DebuggerRunner.java
index 95938af..13c01d4 100644
--- a/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/DebuggerRunner.java
+++ b/net.sourceforge.phpeclipse.launching/src/net/sourceforge/phpdt/internal/launching/DebuggerRunner.java
@@ -28,9 +28,11 @@ public class DebuggerRunner extends InterpreterRunner {
 			ILaunch launch) {
 		//String[] env;
 		//String name, value;
-		PHPDBGProxy newPHPDBGProxy = new PHPDBGProxy(configuration
-				.useRemoteDebugger(), configuration.getRemoteSourcePath(),
-				configuration.usePathTranslation(), configuration.getPathMap());
+		PHPDBGProxy newPHPDBGProxy = new PHPDBGProxy (configuration.useRemoteDebugger(),
+				                                      configuration.getRemoteSourcePath(),
+				                                      configuration.usePathTranslation(),
+				                                      configuration.getPathMap(),
+				                                      configuration.useRelaunchOnScriptTermination());
 		//int pos;
 
 		IProcess process = null;