[issue32900] Teach pdb to step through asyncio et al.

ppperry report at bugs.python.org
Thu Feb 22 13:47:40 EST 2018


ppperry <mapreader at olum.org> added the comment:

This feature already exists and doesn't need to be reimplemented; use `pdb.Pdb(skip={"trio", "contextlib", ...}).run(...)`, and in any case should be disableable. I don't use asyncio, but happen to have a habit of running pdb through the standard library for no reason and don't want to have that option taken away.

----------
nosy: +ppperry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32900>
_______________________________________


More information about the Python-bugs-list mailing list