File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -458,24 +458,26 @@ msgid ""
458458"themselves appear on the following lines. Type a line containing just "
459459"``end`` to terminate the commands. An example::"
460460msgstr ""
461+ "为编号是 *bpnumber* 的断点指定一系列命令。命令内容将显示在后续的几行中。输入仅包含 ``end`` 的行来结束命令列表。举个例子::"
461462
462463#: ../../library/pdb.rst:341
463464msgid ""
464465"To remove all commands from a breakpoint, type ``commands`` and follow it "
465466"immediately with ``end``; that is, give no commands."
466- msgstr ""
467+ msgstr "要删除断点上的所有命令,请输入 ``commands`` 并立即以 ``end`` 结尾,也就是不指定任何命令。 "
467468
468469#: ../../library/pdb.rst:344
469470msgid ""
470471"With no *bpnumber* argument, ``commands`` refers to the last breakpoint set."
471- msgstr ""
472+ msgstr "如果不带 *bpnumber* 参数,``commands`` 作用于最后一个被设置的断点。 "
472473
473474#: ../../library/pdb.rst:346
474475msgid ""
475476"You can use breakpoint commands to start your program up again. Simply use "
476477"the :pdbcmd:`continue` command, or :pdbcmd:`step`, or any other command that"
477478" resumes execution."
478479msgstr ""
480+ "可以使用断点命令来重新启动程序。只需使用 :pdbcmd:`continue` 或 :pdbcmd:`step` 命令或其他可以恢复运行的命令。"
479481
480482#: ../../library/pdb.rst:350
481483msgid ""
You can’t perform that action at this time.
0 commit comments