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.14 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": "확인할 수 없는 예외",
"exceptions.promise_rejects": "약속 거부",
"setBPTimedOut": "중단점 설정 요청 시간 초과",
"bp.fail.unbound": "중단점이 설정되었지만 아직 바인딩되지 않았습니다.",
"bp.fail.noscript": "중단점 요청을 위한 스크립트를 찾을 수 없음",
"validateBP.sourcemapFail": "생성된 코드를 찾을 수 없으므로 중단점이 무시되었습니다(소스 맵의 문제?).",
"validateBP.notFound": "대상 경로를 찾을 수 없으므로 중단점이 무시되었습니다.",
"invalidHitCondition": "잘못된 일치 조건: {0}",
"skipReason": "('{0}' 건너뜀)",
"scope.exception": "예외"
}