vscode-chrome-debug-core
Version:
A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol
18 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.
{
"exceptions.all": "Tüm Özel Durumlar",
"exceptions.uncaught": "Yakalanmayan Özel Durumlar",
"exceptions.promise_rejects": "Promise Reddetmeleri",
"setBPTimedOut": "Kesme noktalarını ayarlama isteği zaman aşımına uğradı",
"bp.fail.unbound": "Kesme noktası ayarlandı ancak henüz bağlı değil",
"bp.fail.noscript": "Kesme noktası isteği için betik bulunamıyor",
"validateBP.sourcemapFail": "Oluşturulan kod bulunamadığından kesme noktası yoksayıldı (kaynak eşleme sorunu?).",
"validateBP.notFound": "Hedef yolu bulunamadığından kesme noktası yoksayıldı",
"invalidHitCondition": "Geçersiz isabet koşulu: {0}",
"skipReason": "('{0}' tarafından atlandı)",
"scope.exception": "Özel durum"
}