File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,19 +449,22 @@ msgid ""
449449"to true before the breakpoint is honored. If *condition* is absent, any "
450450"existing condition is removed; i.e., the breakpoint is made unconditional."
451451msgstr ""
452+ "为断点设置一个新 *condition*,它是一个表达式,且它的计算值为 true 时断点才起作用。如果没有给出 "
453+ "*condition*,则删除现有条件,也就是将断点设为无条件。"
452454
453455#: ../../library/pdb.rst:332
454456msgid ""
455457"Specify a list of commands for breakpoint number *bpnumber*. The commands "
456458"themselves appear on the following lines. Type a line containing just "
457459"``end`` to terminate the commands. An example::"
458460msgstr ""
461+ "为编号是 *bpnumber* 的断点指定一系列命令。命令内容将显示在后续的几行中。输入仅包含 ``end`` 的行来结束命令列表。举个例子::"
459462
460463#: ../../library/pdb.rst:341
461464msgid ""
462465"To remove all commands from a breakpoint, type ``commands`` and follow it "
463466"immediately with ``end``; that is, give no commands."
464- msgstr ""
467+ msgstr "要删除断点上的所有命令,请输入 ``commands`` 并立即以 ``end`` 结尾,也就是不指定任何命令。 "
465468
466469#: ../../library/pdb.rst:344
467470msgid ""
You can’t perform that action at this time.
0 commit comments