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.14 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": "Özel durumda duraklatıldı",
"reason.description.uncaughtException": "Yakalanmayan özel durumda duraklatıldı",
"reason.description.caughtException": "Yakalanan özel durumda duraklatıldı",
"reason.description.user_request": "Kullanıcı isteğinde duraklatıldı",
"reason.description.entry": "Girişte duraklatıldı",
"reason.description.debugger_statement": "Hata ayıklayıcısı deyiminde duraklatıldı",
"reason.description.restart": "Çerçeve girişinde duraklatıldı",
"reason.description.promiseRejection": "Promise reddetmesinde duraklatıldı"
}