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": "Pozastaveno na kroku",
"reason.description.breakpoint": "Pozastaveno na zarážce",
"reason.description.exception": "Pozastaveno na výjimce",
"reason.description.uncaughtException": "Pozastaveno na nezachycené výjimce",
"reason.description.caughtException": "Pozastaveno na zachycené výjimce",
"reason.description.user_request": "Pozastaveno na požadavku uživatele",
"reason.description.entry": "Pozastaveno na položce",
"reason.description.debugger_statement": "Pozastaveno na příkazu ladicího programu",
"reason.description.restart": "Pozastaveno na položce rámce",
"reason.description.promiseRejection": "Pozastaveno na zamítnutí příslibu"
}