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.04 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": "承諾 (Promise) 拒絕",
"setBPTimedOut": "設定中斷點要求逾時",
"bp.fail.unbound": "已設定中斷點但尚未繫結",
"bp.fail.noscript": "無法找到中斷點要求的腳本",
"validateBP.sourcemapFail": "因為找不到產生的程式碼 (來源對應問題?),所以忽略中斷點。",
"validateBP.notFound": "因為找不到目標路徑,所以忽略中斷點。",
"invalidHitCondition": "點擊條件無效: {0}",
"skipReason": "(被 '{0}' 省略)",
"scope.exception": "例外狀況"
}