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.33 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": "すべての例外",
"exceptions.uncaught": "キャッチされない例外",
"exceptions.promise_rejects": "Promise が失敗",
"setBPTimedOut": "ブレークポイントのリクエスト タイム アウトを設定する ",
"bp.fail.unbound": "ブレークポイントを設定しましたが、まだバインドされていません",
"bp.fail.noscript": "ブレークポイントを要求するスクリプトが見つかりません",
"validateBP.sourcemapFail": "生成されたコードが見つからないので、ブレークポイントが無視されました (ソース マップの問題?)。",
"validateBP.notFound": "ターゲットのパスが見つからないため、ブレークポイントが無視されました",
"invalidHitCondition": "正しくないヒット条件: {0}",
"skipReason": "('{0}' によりスキップされました)",
"scope.exception": "例外"
}