Re: Using pdb with greenlet?

2012-06-13 Thread Dieter Maurer
Salman Malik salma...@live.com writes: 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

Using pdb with greenlet?

2012-06-12 Thread Salman Malik
Hi, 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 point