vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
18 lines • 986 B
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": "异常"
}