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 c50b039 commit 27f0656Copy full SHA for 27f0656
Lib/test/test_pdb.py
@@ -916,7 +916,7 @@ def test_pdb_restart_command():
916
> <doctest test.test_pdb.test_pdb_restart_command[0]>(2)test_function()
917
-> import pdb; pdb.Pdb(nosigint=True, readrc=False, mode='inline').set_trace()
918
(Pdb) restart
919
- *** run/restart command is disabled in inline breakpoints.
+ *** run/restart command is disabled when pdb is running in inline mode.
920
Use the command line interface to enable restarting your program
921
e.g. "python -m pdb myscript.py"
922
(Pdb) continue
0 commit comments