vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
17 lines • 1.01 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.
{
"reason.description.step": "因步骤暂停",
"reason.description.breakpoint": "因断点暂停",
"reason.description.exception": "因异常暂停",
"reason.description.uncaughtException": "在未捕获的异常处暂停",
"reason.description.caughtException": "在捕获的异常处暂停",
"reason.description.user_request": "因用户请求暂停",
"reason.description.entry": "因条目暂停",
"reason.description.debugger_statement": "因调试程序语句暂停",
"reason.description.restart": "因框架条目暂停",
"reason.description.promiseRejection": "因 promise 拒绝而暂停"
}