whatsnew: pdb works for debugging asyncio programs (#16596).

This commit is contained in:
R David Murray 2014-03-09 19:40:30 -04:00
parent 6ae5eef542
commit f3b3e9e23c
1 changed files with 5 additions and 0 deletions

View File

@ -1066,6 +1066,11 @@ root on Windows. (Contributed by Tim Golden in :issue:`9035`.)
pdb
---
:mod:`pdb` has been enhanced to handle generators, :keyword:`yield`, and
:keyword:`yield from` in a more useful fashion. This is especially helpful when
debugging :mod:`asyncio` based programs. (Contributed by Andrew Svetlov and
Xavier de Gaye in :issue:`16596`.)
The ``print`` command has been removed from :mod:`pdb`, restoring access to the
Python :func:`print` function from the pdb command line. Python2's ``pdb`` did
not have a ``print`` command; instead, entering ``print`` executed the