Thanks to visit codestin.com Credit goes to github.com
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 00f3295 commit 8490c88Copy full SHA for 8490c88
1 file changed
library/pdb.po
@@ -469,14 +469,15 @@ msgstr "要删除断点上的所有命令,请输入 ``commands`` 并立即以
469
#: ../../library/pdb.rst:344
470
msgid ""
471
"With no *bpnumber* argument, ``commands`` refers to the last breakpoint set."
472
-msgstr ""
+msgstr "如果不带 *bpnumber* 参数,``commands`` 作用于最后一个被设置的断点。"
473
474
#: ../../library/pdb.rst:346
475
476
"You can use breakpoint commands to start your program up again. Simply use "
477
"the :pdbcmd:`continue` command, or :pdbcmd:`step`, or any other command that"
478
" resumes execution."
479
msgstr ""
480
+"可以使用断点命令来重新启动程序。只需使用 :pdbcmd:`continue` 或 :pdbcmd:`step` 命令或其他可以恢复运行的命令。"
481
482
#: ../../library/pdb.rst:350
483
0 commit comments