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.22 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": "Sospeso in corrispondenza del passaggio",
"reason.description.breakpoint": "Sospeso in corrispondenza di un punto di interruzione",
"reason.description.exception": "Sospeso in corrispondenza dell'eccezione",
"reason.description.uncaughtException": "Sospeso su eccezione non intercettata",
"reason.description.caughtException": "Sospeso su eccezione intercettata",
"reason.description.user_request": "Sospeso in corrispondenza della richiesta dell'utente",
"reason.description.entry": "Sospeso in corrispondenza della voce",
"reason.description.debugger_statement": "Sospeso in corrispondenza dell'istruzione del debugger",
"reason.description.restart": "Sospeso in corrispondenza della voce frame",
"reason.description.promiseRejection": "In pausa sul rifiuto di Promise"
}