Hi Thomas,

I think that's correct... actually, the port it was bound to was
closed, and it doesn't really try to reconnect.

Is that a common use-case? (as you mentioned you did it by mistake...
I believe that happens pretty seldomly, as you don't really have to
stop the debugger from eclipse at all -- just start it and leave it
running, even with multiple client runs).

Cheers,

Fabio

On Thu, Aug 27, 2009 at 5:46 AM, Thomas Johnsson<tho...@skri.net> wrote:
> 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
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> pydev-code mailing list
> pydev-code@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-code
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to