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.12 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": "Adımda duraklatıldı",
"reason.description.breakpoint": "Kesme noktasında duraklatıldı",
"reason.description.exception": "İstisnada duraklatıldı",
"reason.description.uncaughtException": "Yakalanmamış istisnada duraklatıldı",
"reason.description.caughtException": "Yakalanmış istisnada duraklatıldı",
"reason.description.user_request": "Kullanıcı isteği üzerine duraklatıldı",
"reason.description.entry": "Girdide duraklatıldı",
"reason.description.debugger_statement": "Hata ayıklayıcı ifadesinde duraklatıldı",
"reason.description.restart": "Kare girişinde duraklatıldı",
"reason.description.promiseRejection": "Promise reddinde duraklatıldı"
}