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 blueyed
Recipients blueyed
Date 2019-03-31.14:28:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554042531.73.0.914325341354.issue36494@roundup.psfhosted.org>
In-reply-to
Content
bdb.Bdb.set_trace should set "f_trace_lines = True" on frames explicitly.

Otherwise they might be skipped if something else has set it to False already, e.g. via a suggested change for coverage.py to set this for performance reasons (https://github.com/nedbat/coveragepy/pull/791).
History
Date User Action Args
2019-03-31 14:28:51blueyedsetrecipients: + blueyed
2019-03-31 14:28:51blueyedsetmessageid: <1554042531.73.0.914325341354.issue36494@roundup.psfhosted.org>
2019-03-31 14:28:51blueyedlinkissue36494 messages
2019-03-31 14:28:51blueyedcreate