[Pydev-cvs] org.python.pydev.debug/src/org/python/pydev/debug/ui/launching PythonRunner.java,1.6,1.7
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-05-07 21:51:38
|
Update of /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9465/src/org/python/pydev/debug/ui/launching Modified Files: PythonRunner.java PythonRunnerConfig.java Log Message: Final touches. Debugger is ready to go Index: PythonRunner.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/PythonRunner.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PythonRunner.java 7 May 2004 02:03:06 -0000 1.6 --- PythonRunner.java 7 May 2004 21:50:59 -0000 1.7 *************** *** 78,81 **** --- 78,82 ---- launch.setSourceLocator(new PySourceLocator()); debugger.startTransmission(); // this starts reading/writing from sockets + t.initialize(); } Index: PythonRunnerConfig.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/src/org/python/pydev/debug/ui/launching/PythonRunnerConfig.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PythonRunnerConfig.java 7 May 2004 02:03:06 -0000 1.4 --- PythonRunnerConfig.java 7 May 2004 21:50:59 -0000 1.5 *************** *** 52,56 **** if (isDebug) { debugScript = getDebugScript(); - // TODO debug socket port? } // E3 String[] envp = DebugPlugin.getDefault().getLaunchManager().getEnvironment(conf); --- 52,55 ---- |