Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Need to reset breakpoints
  • Loading branch information
gaogaotiantian committed Sep 27, 2024
commit 53a6c5faceff1da6d6009d19e275beea5c266382
1 change: 1 addition & 0 deletions Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ def test_pdb_break_anywhere():
>>> def test_function():
... caller()

>>> reset_Breakpoint()
>>> with PdbTestInput([ # doctest: +NORMALIZE_WHITESPACE
... 'b 3',
... 'c',
Expand Down