RE: [Visualpython-discuss] Debugging multi-threaded applications
by Jeff Griffiths other posts by this author
Jul 15 2003 4:46PM messages near this date
view in the new Beta List Site
Re: [Visualpython-discuss] Debugging multi-threaded applications
|
Re: [Visualpython-discuss] Debugging multi-threaded applications
Hi Aleks
Do you have a URL for this FAQ? just curious...
jeffG
> -----Original Message-----
> From: Aleks Totic [mailto:a@[...].org]
> Sent: Tuesday, July 15, 2003 9:35 AM
> To: visualpython-discuss@[...].com
> Subject: Re: [Visualpython-discuss] Debugging multi-threaded
> applications
>
>
> This is an FAQ for all Python debugging environments. The only
> debugger that claims to support python multiple threads is HAP
> Remote Debugger, and they modify python interpreter to do it.
>
> References:
> [Python-Dev] draft PEP: Trace and Profile Support for Threads
> http://aspn.activestate.com/ASPN/Mail/Message/1610516
>
> HAP Remote Debugger
> http://hapdebugger.sourceforge.net/
>
> Aleks
>
> Diego Barros wrote:
> > 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
> >
> >
>
>
> _______________________________________________
> Visualpython-discuss mailing list
> Visualpython-discuss@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
Thread:
Jeff Griffiths
Aleks Totic
|