diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-11-04 19:59:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-04 19:59:36 (GMT) |
commit | cd6b2ced7595fa69222bdd2042edc5a2576f3678 (patch) | |
tree | bd57eba227f0d1e9b81da0626308a22a0c6714ec /Misc/NEWS.d/next/Library | |
parent | 9573d142157d8432f2772a109c304dafeaa454a5 (diff) | |
download | cpython-cd6b2ced7595fa69222bdd2042edc5a2576f3678.zip cpython-cd6b2ced7595fa69222bdd2042edc5a2576f3678.tar.gz cpython-cd6b2ced7595fa69222bdd2042edc5a2576f3678.tar.bz2 |
gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#110881)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-14-20-15-53.gh-issue-80675._M-cQC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-14-20-15-53.gh-issue-80675._M-cQC.rst b/Misc/NEWS.d/next/Library/2023-10-14-20-15-53.gh-issue-80675._M-cQC.rst new file mode 100644 index 0000000..a4bc679 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-14-20-15-53.gh-issue-80675._M-cQC.rst @@ -0,0 +1 @@ +Set ``f_trace_lines = True`` on all frames upon :func:`pdb.set_trace()` |