[Python-Dev] Using pdb with greenlet

2012-06-12 Thread Salman Malik
Hi All, I am sort of a newbie to Python ( have just started to use pdb). My problem is that I am debugging an application that uses greenlets and when I encounter something in code that spawns the coroutines or wait for an event, I lose control over the application (I mean that after that

Re: [Python-Dev] Using pdb with greenlet

2012-06-12 Thread Brian Curtin
On Tue, Jun 12, 2012 at 2:31 PM, Salman Malik salma...@live.com wrote: Hi All, I am sort of a newbie to Python ( have just started to use pdb). My problem is that I am debugging an application that uses greenlets and when I encounter something in code that spawns the coroutines or wait for an

Re: [Python-Dev] Using pdb with greenlet

2012-06-12 Thread Salman Malik
I am sorry for mailing it to this list. Thanks for the correction. Salman Date: Tue, 12 Jun 2012 14:34:04 -0500 Subject: Re: [Python-Dev] Using pdb with greenlet From: br...@python.org To: salma...@live.com CC: python-dev@python.org On Tue, Jun 12, 2012 at 2:31 PM, Salman Malik salma