mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Untabify.
This commit is contained in:
parent
ec83e3d43c
commit
ad72bcc864
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ r(eturn)
|
|||
run [args...]
|
||||
Restart the debugged python program. If a string is supplied it is
|
||||
splitted with "shlex", and the result is used as the new sys.argv.
|
||||
History, breakpoints, actions and debugger options are preserved.
|
||||
"restart" is an alias for "run".
|
||||
History, breakpoints, actions and debugger options are preserved.
|
||||
"restart" is an alias for "run".
|
||||
|
||||
c(ont(inue))
|
||||
Continue execution, only stop when a breakpoint is encountered.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue