Maru Newby <mne...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5142>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to