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.27 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 del punto di interruzione",
"reason.description.exception": "Sospeso in corrispondenza dell'eccezione",
"reason.description.uncaughtException": "Sospeso in corrispondenza dell'eccezione non rilevata",
"reason.description.caughtException": "Sospeso in corrispondenza dell'eccezione rilevata",
"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 del frame",
"reason.description.promiseRejection": "Sospeso in corrispondenza del rifiuto della promessa"
}