@@ -222,23 +222,30 @@ msgid ""
222
222
"name. If you want to access further features, you have to do this "
223
223
"yourself:"
224
224
msgstr ""
225
+ "``run*``\\ 함수와 :func:`set_trace`\\ 는 :class:`Pdb`\\ 클래스를 인스턴스화하고 "
226
+ "같은 이름의 메소드를 호출하는 별칭(alias)입니다."
227
+ "더 많은 기능에 액세스하려면, 아래를 참고하여 직접 하셔야 합니다."
225
228
226
229
#: ../Doc/library/pdb.rst:163
227
230
msgid ":class:`Pdb` is the debugger class."
228
- msgstr ""
231
+ msgstr ":class:`Pdb` \\ 는 디버거 클래스입니다. "
229
232
230
233
#: ../Doc/library/pdb.rst:165
231
234
msgid ""
232
235
"The *completekey*, *stdin* and *stdout* arguments are passed to the "
233
236
"underlying :class:`cmd.Cmd` class; see the description there."
234
237
msgstr ""
238
+ "*completekey*, *stdin* 그리고 *stdout*\\ 인자는 내부 :class:`cmd.Cmd`\\ 클래스로 전달됩니다. "
239
+ "자세한 설명은 해당 클래스에서 확인할 수 있습니다."
235
240
236
241
#: ../Doc/library/pdb.rst:168
237
242
msgid ""
238
243
"The *skip* argument, if given, must be an iterable of glob-style module "
239
244
"name patterns. The debugger will not step into frames that originate in "
240
245
"a module that matches one of these patterns. [1]_"
241
246
msgstr ""
247
+ "*skip*\\ 인자가 주어진다면, 반드시 글로브 스타일(glob-style) 모듈 이름 패턴의 이터러블(iterable)이어야 합니다. "
248
+ "디버거는 이 패턴 중 하나와 일치하는 모듈에서 시작되는 프레임 단계로 들어가지 않습니다."
242
249
243
250
#: ../Doc/library/pdb.rst:172
244
251
msgid ""
@@ -248,38 +255,45 @@ msgid ""
248
255
" pressing :kbd:`Ctrl-C`. If you want Pdb not to touch the SIGINT "
249
256
"handler, set *nosigint* to true."
250
257
msgstr ""
258
+ "기본적으로 Pdb는 사용자가 ``continue``\\ 명령을 내릴때, SIGINT 신호(사용자가 콘솔에서 "
259
+ ":kbd:`Ctrl-C`\\ 를 누를때 전송되는 신호)에 대한 핸들러를 설정합니다. "
260
+ "사용자는 :kbd:`Ctrl-C`\\ 를 눌러서 디버거를 벗어날 수 있습니다. "
261
+ "만약 Pdb가 SIGINT 핸들러를 건드리지 않길 원한다면, *nosigint*\\ 설정을 true로 변경하면 됩니다."
251
262
252
263
#: ../Doc/library/pdb.rst:177
253
264
msgid ""
254
265
"The *readrc* argument defaults to true and controls whether Pdb will load"
255
266
" .pdbrc files from the filesystem."
256
267
msgstr ""
268
+ "*readrc*\\ 인자는 기본적으로 true이고, Pdb가 파일 시스템으로부터 .pdbrc를 불러올지 여부를 제어합니다."
257
269
258
270
#: ../Doc/library/pdb.rst:180
259
271
msgid "Example call to enable tracing with *skip*::"
260
272
msgstr ""
273
+ "*skip*\\ 으로 추적하기 위한 호출 예시::"
261
274
262
275
#: ../Doc/library/pdb.rst:184
263
276
msgid "The *skip* argument."
264
- msgstr ""
277
+ msgstr "*skip* \\ 인자. "
265
278
266
279
#: ../Doc/library/pdb.rst:187
267
280
msgid ""
268
281
"The *nosigint* argument. Previously, a SIGINT handler was never set by "
269
282
"Pdb."
270
283
msgstr ""
284
+ "*nosigint*\\ 인자. 이전에는 Pdb가 SIGINT 핸들러를 설정하지 않았습니다."
271
285
272
286
#: ../Doc/library/pdb.rst:191
273
287
msgid "The *readrc* argument."
274
- msgstr ""
288
+ msgstr "*readrc* \\ 인자. "
275
289
276
290
#: ../Doc/library/pdb.rst:199
277
291
msgid "See the documentation for the functions explained above."
278
- msgstr ""
292
+ msgstr "위에 설명된 함수에 대한 설명서를 참조하시면 됩니다. "
279
293
280
294
#: ../Doc/library/pdb.rst:205
281
295
msgid "Debugger Commands"
282
- msgstr ""
296
+ msgstr "디버거 명령들 "
283
297
284
298
#: ../Doc/library/pdb.rst:207
285
299
msgid ""
0 commit comments