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 999 B
/*--------------------------------------------------------------------------------------------- * 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": "暂停于拒绝承诺" }