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.1 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)拒絕時暫停"
}