@@ -436,19 +436,22 @@ msgid ""
436
436
"If a second argument is present, it is an expression which must evaluate "
437
437
"to true before the breakpoint is honored."
438
438
msgstr ""
439
+ "두번째 인자가 있는 경우, 중단점을 적용하기 전에 표현식이 반드시 참이어야 합니다."
439
440
440
441
#: ../Doc/library/pdb.rst:288
441
442
msgid ""
442
443
"Without argument, list all breaks, including for each breakpoint, the "
443
444
"number of times that breakpoint has been hit, the current ignore count, "
444
445
"and the associated condition if any."
445
446
msgstr ""
447
+ "인자가 없다면, 각 중단점, 중단점에 도달한 횟수, 현재까지 무시 횟수, 그리고 관련 조건(있는 경우)을 포함한 모든 중단지점을 나열합니다."
446
448
447
449
#: ../Doc/library/pdb.rst:294
448
450
msgid ""
449
451
"Temporary breakpoint, which is removed automatically when it is first "
450
452
"hit. The arguments are the same as for :pdbcmd:`break`."
451
453
msgstr ""
454
+ "한번 도달하면 제거되는 임시중단점입니다. 인자는 :pdbcmd:`break`\\ 와 동일합니다."
452
455
453
456
#: ../Doc/library/pdb.rst:299
454
457
msgid ""
@@ -457,6 +460,9 @@ msgid ""
457
460
"breakpoints. Without argument, clear all breaks (but first ask "
458
461
"confirmation)."
459
462
msgstr ""
463
+ "*filename:lineno*\\ 인자가 주어진 경우, 해당 줄에 있는 모든 중단점을 제거합니다. "
464
+ "공백으로 구분된 중단점 번호 배열이 주어진 경우, 해당 중단점을 제거합니다. "
465
+ "인자가 없는 경우, 모든 중단지점을 (재차 확인 후) 제거합니다."
460
466
461
467
#: ../Doc/library/pdb.rst:305
462
468
msgid ""
@@ -465,10 +471,14 @@ msgid ""
465
471
"stop execution, but unlike clearing a breakpoint, it remains in the list "
466
472
"of breakpoints and can be (re-)enabled."
467
473
msgstr ""
474
+ "공백으로 구분된 중단점 번호로 해당 중단점을 비활성화합니다. "
475
+ "중단점을 비활성화하는 것은 프로그램이 실행을 중단할 수 없다는 것입니다. 하지만 중단점을 제거하는 것과는 달리 "
476
+ "중단점 목록에 남아있으며 다시 활성화 시킬 수 있습니다."
468
477
469
478
#: ../Doc/library/pdb.rst:312
470
479
msgid "Enable the breakpoints specified."
471
480
msgstr ""
481
+ "지정된 중단점을 활성화합니다."
472
482
473
483
#: ../Doc/library/pdb.rst:316
474
484
msgid ""
@@ -478,6 +488,8 @@ msgid ""
478
488
"time the breakpoint is reached and the breakpoint is not disabled and any"
479
489
" associated condition evaluates to true."
480
490
msgstr ""
491
+ "해당 중단점 번호를 무시할 횟수를 설정합니다. 만약 횟수가 생략된 경우, 무시 횟수는 0으로 설정됩니다. "
492
+ "0이 아닌 경우, 중단점에 도달할때마다 횟수가 차감되고 비활성화되지 않으며 어떠한 관련 조건도 참이 됩니다."
481
493
482
494
#: ../Doc/library/pdb.rst:324
483
495
msgid ""
0 commit comments