[Esbox-commits] r449 - trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger
raul at garage.maemo.org
raul at garage.maemo.org
Thu Feb 28 23:08:13 EET 2008
Author: raul
Date: 2008-02-28 23:07:57 +0200 (Thu, 28 Feb 2008)
New Revision: 449
Modified:
trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/PythonDebugger.java
Log:
Modified: trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/PythonDebugger.java
===================================================================
--- trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/PythonDebugger.java 2008-02-28 20:05:16 UTC (rev 448)
+++ trunk/org.indt.esbox.python.debug/src/org/indt/esbox/python/debug/debugger/PythonDebugger.java 2008-02-28 21:07:57 UTC (rev 449)
@@ -179,7 +179,7 @@
workingCopy.setAttribute(Constants.ATTR_INTERPRETER, Constants.ATTR_INTERPRETER_DEFAULT);
workingCopy.setAttribute(IDebugUIConstants.ATTR_LAUNCH_IN_BACKGROUND, false);
- workingCopy.setAttribute(Constants.ATTR_LOCATION, location);
+ workingCopy.setAttribute(Constants.ATTR_LOCATION, exePath);
workingCopy.setAttribute(Constants.ATTR_WORKING_DIRECTORY, exePath.substring(0, exePath.lastIndexOf('/')));
workingCopy.setAttribute(Constants.ATTR_PROGRAM_ARGUMENTS, arguments);
workingCopy.setAttribute(Constants.ATTR_VM_ARGUMENTS, vmArguments);
More information about the Esbox-commits
mailing list