RE: [Visualpython-discuss] Debugging multi-threaded applications
by Jeff Griffiths other posts by this author
Jul 15 2003 3:47PM messages near this date
view in the new Beta List Site
Re: [Visualpython-discuss] Debugging multi-threaded applications
|
[Visualpython-discuss] Waiting for the Python debugger
Hi Diego,
Visual Pytohn leverages core pytohn to provide debugging, and this
doesn't allow debugging threads at this time - this is a Python
limitation rather than a limitation of the plugin though, and as such
debugging in say Komodo has the same limitation.
jeffG
> -----Original Message-----
> From: Diego Barros [mailto:DBarros@[...].com]
> Sent: Monday, July 14, 2003 9:24 PM
> To: visualpython-discuss@[...].com
> Subject: [Visualpython-discuss] Debugging multi-threaded applications
>
>
> Hi all,
>
> One question... does Visual Python support debugging multithreaded
> python apps?
>
> I wrote a small python app which kicks off multiple threads. I've been
> trying to set break points in my simple thread class (derived from
> threading.Thread) however without much success. Is it
> possible to break
> within a thread? Or do I have to use .NET's threading library ?
>
>
> Regards,
> Diego Barros
>
> _______________________________________________
> Visualpython-discuss mailing list
> Visualpython-discuss@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
|