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.36 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": "Exception"
}