We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c3e82 commit 7943c5eCopy full SHA for 7943c5e
1 file changed
Doc/library/pdb.rst
@@ -344,7 +344,7 @@ by the local file.
344
Specifying any command resuming execution
345
(currently :pdbcmd:`continue`, :pdbcmd:`step`, :pdbcmd:`next`,
346
:pdbcmd:`return`, :pdbcmd:`jump`, :pdbcmd:`quit` and their abbreviations)
347
- terminates the command :pdbcmd:`list` (as if
+ terminates the command list (as if
348
that command was immediately followed by end). This is because any time you
349
resume execution (even with a simple next or step), you may encounter another
350
breakpoint—which could have its own command list, leading to ambiguities about
0 commit comments