vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
18 lines • 1.16 kB
JSON
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"exceptions.all": "모든 예외",
"exceptions.uncaught": "catch되지 않은 예외",
"exceptions.promise_rejects": "프라미스 거부",
"setBPTimedOut": "중단점 설정 요청 시간이 초과되었습니다.",
"bp.fail.unbound": "중단점이 설정되었지만 아직 바인딩되지 않았습니다.",
"bp.fail.noscript": "중단점 요청 스크립트를 찾을 수 없습니다.",
"validateBP.sourcemapFail": "생성된 코드를 찾을 수 없어 중단점이 무시되었습니다(소스 맵 문제?).",
"validateBP.notFound": "대상 경로를 찾을 수 없어 중단점이 무시되었습니다.",
"invalidHitCondition": "잘못된 적중 조건: {0}",
"skipReason": "('{0}'의해 생략됨)",
"scope.exception": "예외"
}