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.46 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": "Приостановлено в момент резервирования отклонения"
}