[issue5142] pdb feature request: Ability to skip standard lib modules and other selected packages/modules

Maru Newby report at bugs.python.org
Thu Apr 2 22:20:20 CEST 2009


Maru Newby <mnewby at thesprawl.net> added the comment:

Added a skip keyword argument to Bdb and Pdb class constructors to allow
skipping of modules based on a list of glob-style matches (see fnmatch),
as per the following example:

import pdb;Pdb(skip=['django.command*']).set_trace()

----------
keywords: +patch
nosy: +maru
Added file: http://bugs.python.org/file13587/pdb_skip_modules.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5142>
_______________________________________


More information about the Python-bugs-list mailing list