We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a16bb commit ba31a40Copy full SHA for ba31a40
1 file changed
Lib/test/test_pdb.py
@@ -3517,7 +3517,7 @@ def test_pdb_commands_last_breakpoint():
3517
(Pdb) clear 1
3518
Deleted breakpoint 1 at <doctest test.test_pdb.test_pdb_commands_last_breakpoint[0]>:4
3519
(Pdb) commands
3520
- *** no breakpoints set
+ *** cannot set commands: no existing breakpoint
3521
(Pdb) continue
3522
"""
3523
0 commit comments