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 f9d01f9 commit 0265d90Copy full SHA for 0265d90
Lib/pdb.py
@@ -1609,8 +1609,8 @@ def do_run(self, arg):
1609
are preserved. "restart" is an alias for "run".
1610
"""
1611
if self.mode == 'inline':
1612
- self.error('run/restart command is not allowed with inline breakpoints.\n'
1613
- 'Use the command line interface if you want to restart your program\n'
+ self.error('run/restart command is disabled in inline breakpoints.\n'
+ 'Use the command line interface to enable restarting your program\n'
1614
'e.g. "python -m pdb myscript.py"')
1615
return
1616
if arg:
0 commit comments