UNPKG

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.07 kB
/*--------------------------------------------------------------------------------------------- * 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": "已因拒絕承諾而暫停" }