UNPKG

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.13 kB
/*--------------------------------------------------------------------------------------------- * 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 interceptées", "exceptions.promise_rejects": "Rejets de promesse", "setBPTimedOut": "La demande de définition des points d'arrêt a expiré", "bp.fail.unbound": "Point d'arrêt défini, mais pas encore lié.", "bp.fail.noscript": "Script introuvable pour la demande de points d'arrêt", "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'accès non valide : {0}", "skipReason": "(ignoré par '{0}')", "scope.exception": "Exception" }