[Pydev-code] Pydevd : reconnect to debug server
Brought to you by:
fabioz
|
From: Thomas J. <th...@sk...> - 2009-08-27 09:14:11
|
I have questions about the debug server in pydev 1.4.8 (and earlier versions). I do remote debugging, that is, start the debug server in eclipse and connect to it from python code in my external application with pydevd.settrace(....). After a while I stop the debug server (by mistake) in eclipse. by pressing stop the debug server in eclipse. Now it seems that I can't reconnect to the debug server again from my application: pydevd.settrace( ) seems to have no effect. I have to restart my application and use pydevd.settrace again. Can I reconnect to the debug server without restarting the whole application? -- Thomas Johnsson Jeppesen Systems, Göteborg, Sweden |