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.15 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": "Toutes les exceptions",
"exceptions.uncaught": "Exceptions non interceptées",
"exceptions.promise_rejects": "Rejets de promesses",
"setBPTimedOut": "La demande de définition de points d'arrêt a expiré",
"bp.fail.unbound": "Point d'arrêt défini mais pas encore lié",
"bp.fail.noscript": "Le script correspondant à la demande de point d'arrêt est introuvable",
"validateBP.sourcemapFail": "Point d'arrêt ignoré, car le code généré est introuvable. Problème de mappage de source ?",
"validateBP.notFound": "Point d'arrêt ignoré, car le chemin cible est introuvable",
"invalidHitCondition": "Condition d'atteinte non valide : {0}",
"skipReason": "(ignoré par '{0}')",
"scope.exception": "Exception"
}