[Python-ideas] WSAPoll and tulip

Guido van Rossum guido at python.org
Wed Nov 28 18:09:07 CET 2012


On Wed, Nov 28, 2012 at 1:53 AM, Andrew Svetlov
<andrew.svetlov at gmail.com> wrote:
> On Tue, Nov 27, 2012 at 6:06 PM, Guido van Rossum <guido at python.org> wrote:
>> In the past, when I was debugging
>> NDB, I've asked in vain whether someone had already made the necessary
>> changes to pdb to let it jump over a yield instead of following it --
>> I may have to go in and develop a change myself, because this problem
>> isn't going away.
>
> Do you want new pdb command or change behavior of *step* or *next*?

Good question. If it's easier I'd be okay with a new command; but
changing the behavior of "next" would also work, if it's possible. Are
you interested in working on an implementation? I'd be interested in
reviewing it then.

-- 
--Guido van Rossum (python.org/~guido)



More information about the Python-ideas mailing list