|
499 | 499 | </Str> |
500 | 500 | <Disp Icon="Str" /> |
501 | 501 | </Item> |
| 502 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 503 | + <Str Cat="Text"> |
| 504 | + <Val><![CDATA[Controls GDB's debuginfod behavior for automatic downloading of debug symbols.]]></Val> |
| 505 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 506 | + <Val><![CDATA[디버그 기호의 자동 다운로드에 대한 GDB의 debuginfod 동작을 제어합니다.]]></Val> |
| 507 | + </Tgt> |
| 508 | + </Str> |
| 509 | + <Disp Icon="Str" /> |
| 510 | + </Item> |
| 511 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.properties.enabled.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 512 | + <Str Cat="Text"> |
| 513 | + <Val><![CDATA[If true (default), GDB's debuginfod support is enabled. Set to false to disable debuginfod, which can prevent GDB from hanging when debuginfod servers are unavailable.]]></Val> |
| 514 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 515 | + <Val><![CDATA[true(기본값)이면 GDB의 debuginfod 지원이 활성화됩니다. debuginfod 서버를 사용할 수 없는 경우 GDB가 멈추지 않도록 하려면 debuginfod 기능을 비활성화하려면 false로 설정합니다.]]></Val> |
| 516 | + </Tgt> |
| 517 | + </Str> |
| 518 | + <Disp Icon="Str" /> |
| 519 | + </Item> |
| 520 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.properties.enabled.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 521 | + <Str Cat="Text"> |
| 522 | + <Val><![CDATA[boolean]]></Val> |
| 523 | + </Str> |
| 524 | + <Disp Icon="Str" /> |
| 525 | + </Item> |
| 526 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.properties.timeout.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 527 | + <Str Cat="Text"> |
| 528 | + <Val><![CDATA[The timeout in seconds for debuginfod server requests. Default is 30. Set to 0 for no timeout override (GDB defaults apply). Applies to local, runInTerminal, and SSH attach transports. This setting is not applied for pipeTransport; set DEBUGINFOD_TIMEOUT and DEBUGINFOD_MAXTIME in the debugger's environment manually.]]></Val> |
| 529 | + <Tgt Cat="Text" Stat="Loc" Orig="New"> |
| 530 | + <Val><![CDATA[debuginfod 서버 요청에 대한 시간 제한(초)입니다. 기본값은 30입니다. 시간 제한 재정의 없이 0으로 설정합니다(GDB 기본값이 적용됨). 로컬, runInTerminal 및 SSH 연결 전송에 적용됩니다. 이 설정은 pipeTransport에 적용되지 않습니다. 디버거 환경에서 수동으로 DEBUGINFOD_TIMEOUT 및 DEBUGINFOD_MAXTIME 설정합니다.]]></Val> |
| 531 | + </Tgt> |
| 532 | + </Str> |
| 533 | + <Disp Icon="Str" /> |
| 534 | + </Item> |
| 535 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.properties.timeout.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 536 | + <Str Cat="Text"> |
| 537 | + <Val><![CDATA[integer]]></Val> |
| 538 | + </Str> |
| 539 | + <Disp Icon="Str" /> |
| 540 | + </Item> |
| 541 | + <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.debuginfod.type" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
| 542 | + <Str Cat="Text"> |
| 543 | + <Val><![CDATA[object]]></Val> |
| 544 | + </Str> |
| 545 | + <Disp Icon="Str" /> |
| 546 | + </Item> |
502 | 547 | <Item ItemId=";debugExtensions.cppdbg.schema.definitions.cpp_schema.properties.environment.description" ItemType="0" PsrId="306" InstFlg="true" Leaf="true"> |
503 | 548 | <Str Cat="Text"> |
504 | 549 | <Val><![CDATA[Environment variables to add to the environment for the program. ]A;Example: [ { "name": "squid", "value": "clam" } ]5D;.]]></Val> |
|
0 commit comments