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.06 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 İstisnalar",
"exceptions.uncaught": "Yakalanmamış İstisnalar",
"exceptions.promise_rejects": "Promise Retleri",
"setBPTimedOut": "Kesme noktaları ayarlama isteği zaman aşımına uğradı",
"bp.fail.noscript": "Kesme noktası isteği için betik bulunamıyor",
"validateBP.sourcemapFail": "Kesme noktası görmezden gelindi çünkü oluşturulan kod bulunamadı (kaynak haritası problemi olabilir).",
"validateBP.notFound": "Hedef yol bulunamadığı için kesme noktası yok sayıldı",
"invalidHitCondition": "Geçersiz isabet koşulu: {0}",
"skipReason": "('{0}' nedeniyle atlandı)",
"scope.exception": "İstisna"
}