File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -46,25 +46,33 @@ msgid ""
46
46
"reading the source. The extension interface uses the modules :mod:`bdb` "
47
47
"and :mod:`cmd`."
48
48
msgstr ""
49
+ "이 디버거는 확장이 가능합니다. 디버거는 실제로 :class:`Pdb`\\ 로 정의됩니다. "
50
+ "현재 문서화되어 있진 않지만 소스를 읽어보시면 쉽게 이해하실 수 있습니다. "
51
+ "확장 인터페이스는 :mod:`bdb`\\ 와 :mod:`cmd`\\ 모듈을 활용합니다."
49
52
50
53
#: ../Doc/library/pdb.rst:30
51
54
msgid ""
52
55
"The debugger's prompt is ``(Pdb)``. Typical usage to run a program under "
53
56
"control of the debugger is::"
54
57
msgstr ""
58
+ "디버거 프롬프트는 ``(Pdb)``\\ 입니다. "
59
+ "디버거 제어하에 프로그램을 실행하는 일반적인 사용법은 다음과 같습니다::"
55
60
56
61
#: ../Doc/library/pdb.rst:44
57
62
msgid ""
58
63
"Tab-completion via the :mod:`readline` module is available for commands "
59
64
"and command arguments, e.g. the current global and local names are "
60
65
"offered as arguments of the ``p`` command."
61
66
msgstr ""
67
+ ":mod:`readline`\\ 모듈을 통한 탭 완성은 명령과 명령 인자에 사용할 수 있습니다. "
68
+ "예를 들면, 현재 전역 및 지역 이름들은 ``p``\\ 명령의 인자로 제공됩니다."
62
69
63
70
#: ../Doc/library/pdb.rst:49
64
71
msgid ""
65
72
":file:`pdb.py` can also be invoked as a script to debug other scripts. "
66
73
"For example::"
67
74
msgstr ""
75
+ ":file:`pdb.py`\\ 는 다른 스크립트를 디버그하기 위한 스크립트로 호출될 수 있습니다. 예를 들면::"
68
76
69
77
#: ../Doc/library/pdb.rst:54
70
78
msgid ""
You can’t perform that action at this time.
0 commit comments