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.02 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": "异常"
}