[issue36494] bdb: should set f_trace_lines = True

daniel hahler report at bugs.python.org
Sun Mar 31 10:28:51 EDT 2019


New submission from daniel hahler <python-bugs at thequod.de>:

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).

----------
messages: 339259
nosy: blueyed
priority: normal
severity: normal
status: open
title: bdb: should set f_trace_lines = True
versions: Python 3.7, Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list