Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccbc825

Browse files
[po] auto sync
1 parent fdf8641 commit ccbc825

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/pdb.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,14 @@ msgid ""
6666
"command arguments, e.g. the current global and local names are offered as "
6767
"arguments of the ``p`` command."
6868
msgstr ""
69+
"由 :mod:`readline` 模块实现的 Tab 补全可用于补全本模块的命令和命令的参数,例如,``p`` "
70+
"命令的参数可补全为当前的全局变量和局部变量。"
6971

7072
#: ../../library/pdb.rst:49
7173
msgid ""
7274
":file:`pdb.py` can also be invoked as a script to debug other scripts. For "
7375
"example::"
74-
msgstr ""
76+
msgstr "也可以将 :file:`pdb.py` 作为脚本调用来调试其他脚本。例如::"
7577

7678
#: ../../library/pdb.rst:54
7779
msgid ""
@@ -82,6 +84,8 @@ msgid ""
8284
"and in most cases is more useful than quitting the debugger upon program's "
8385
"exit."
8486
msgstr ""
87+
"当作为脚本调用时,如果要调试的程序异常退出,pdb 调试将自动进入事后调试。事后调试之后(或程序正常退出之后),pdb 将重新启动程序。自动重启会保留 "
88+
"pdb 的状态(如断点),在大多数情况下,这比在退出程序的同时退出调试器更加实用。"
8589

8690
#: ../../library/pdb.rst:60
8791
msgid ""

0 commit comments

Comments
 (0)