mirror of
https://github.com/python/cpython.git
synced 2025-11-28 22:18:54 +00:00
minor tweak
This commit is contained in:
parent
6dbff33be8
commit
3bbbc49060
1 changed files with 1 additions and 1 deletions
|
|
@ -1423,7 +1423,7 @@ The \member{st_flags} member is also available, if the platform supports it.
|
||||||
|
|
||||||
\item The Python debugger provided by the \module{pdb} module
|
\item The Python debugger provided by the \module{pdb} module
|
||||||
can now store lists of commands to execute when a breakpoint is
|
can now store lists of commands to execute when a breakpoint is
|
||||||
reached and execution stops. Once breakpoint #1 has been created,
|
reached and execution stops. Once breakpoint \#1 has been created,
|
||||||
enter \samp{commands 1} and enter a series of commands to be executed,
|
enter \samp{commands 1} and enter a series of commands to be executed,
|
||||||
finishing the list with \samp{end}. The command list can include
|
finishing the list with \samp{end}. The command list can include
|
||||||
commands that resume execution, such as \samp{continue} or
|
commands that resume execution, such as \samp{continue} or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue