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.05 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": "Exception"
}