[Pydev-cvs] org.python.pydev.debug/src/org/python/pydev/debug/ui/launching PythonRunner.java,1.4,1.5
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-05-05 02:02:08
|
Update of /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17261/src/org/python/pydev/debug/ui/launching Modified Files: PythonRunner.java LaunchShortcut.java Removed Files: PythonRunActionDelegate.java Log Message: variables can now be displayed Index: LaunchShortcut.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/LaunchShortcut.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** LaunchShortcut.java 15 Apr 2004 23:24:49 -0000 1.4 --- LaunchShortcut.java 5 May 2004 02:01:58 -0000 1.5 *************** *** 227,231 **** } else { DebugUITools.launch(conf, mode); ! // TODO what's this code doing? // It is copied from Ant, so I am keeping it around // if (targetAttribute != null) { --- 227,231 ---- } else { DebugUITools.launch(conf, mode); ! // what's this code doing? // It is copied from Ant, so I am keeping it around // if (targetAttribute != null) { Index: PythonRunner.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/PythonRunner.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PythonRunner.java 27 Apr 2004 19:12:58 -0000 1.4 --- PythonRunner.java 5 May 2004 02:01:58 -0000 1.5 *************** *** 23,27 **** import org.python.pydev.debug.model.PyDebugTarget; import org.python.pydev.debug.model.PySourceLocator; ! import org.python.pydev.debug.model.RemoteDebugger; /** --- 23,27 ---- import org.python.pydev.debug.model.PyDebugTarget; import org.python.pydev.debug.model.PySourceLocator; ! import org.python.pydev.debug.model.remote.RemoteDebugger; /** --- PythonRunActionDelegate.java DELETED --- |