[Esbox-commits] r404 - trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger

raul at garage.maemo.org raul at garage.maemo.org
Wed Feb 13 22:40:21 EET 2008


Author: raul
Date: 2008-02-13 22:40:15 +0200 (Wed, 13 Feb 2008)
New Revision: 404

Modified:
   trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/ESboxPythonRemoteDebugger.java
Log:


Modified: trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/ESboxPythonRemoteDebugger.java
===================================================================
--- trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/ESboxPythonRemoteDebugger.java	2008-02-13 20:33:58 UTC (rev 403)
+++ trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/ESboxPythonRemoteDebugger.java	2008-02-13 20:40:15 UTC (rev 404)
@@ -31,7 +31,7 @@
 import org.eclipse.debug.core.model.IProcess;
 import org.indt.esbox.core.CoreActivator;
 import org.indt.esbox.core.ESboxPreferenceConstants;
-import org.indt.esbox.core.scratchbox.SbrshCommandLauncher;
+import org.indt.esbox.core.scratchbox.ESboxCommonCommandLauncher;
 import org.indt.esbox.core.scratchbox.ScratchboxCommandLauncher;
 import org.python.copiedfromeclipsesrc.JDTNotAvailableException;
 import org.python.pydev.debug.core.PydevDebugPlugin;
@@ -93,7 +93,7 @@
 		String cmdLine = getCommandLineAsString(pythonConfiguration, vmArgumentsArray, arguments, 
 				exePath.lastSegment(), clientIP, isRunStandalone);
  
-		ScratchboxCommandLauncher launcher = new SbrshCommandLauncher();
+		ScratchboxCommandLauncher launcher = new ESboxCommonCommandLauncher();
 		
 		Preferences prefs = CoreActivator.getDefault().getPluginPreferences();
 		String sbrshBinPath = prefs.getString(ESboxPreferenceConstants.SBRSH_SELECTED_BIN_PATH.toString());



More information about the Esbox-commits mailing list