This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex-ulnv
Recipients alex-ulnv
Date 2019-09-08.10:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567939455.37.0.149072874331.issue38054@roundup.psfhosted.org>
In-reply-to
Content
Through out my experience with python debugger, I often found myself creating if-statements around set_trace() instructions. This patch introduces a key-word argument that allows to pass in a boolean or a condition that evaluates to boolean to control whether pdb.set_trace() command needs to be executed.
History
Date User Action Args
2019-09-08 10:44:15alex-ulnvsetrecipients: + alex-ulnv
2019-09-08 10:44:15alex-ulnvsetmessageid: <1567939455.37.0.149072874331.issue38054@roundup.psfhosted.org>
2019-09-08 10:44:15alex-ulnvlinkissue38054 messages
2019-09-08 10:44:15alex-ulnvcreate