Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debugEditorActions.i18n.json « browser « debug « parts « workbench « vs « src « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a15af1e91b4f01eb1d4f8b1c8f137c37b400019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"toggleBreakpointAction": "调试: 切换断点",
	"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
	"logPointEditorAction": "调试: 添加记录点...",
	"runToCursor": "运行到光标处",
	"debugEvaluate": "调试: 求值",
	"debugAddToWatch": "调试: 添加到监视",
	"showDebugHover": "调试: 显示悬停",
	"goToNextBreakpoint": "调试: 转到下一个断点",
	"goToPreviousBreakpoint": "调试: 转到上一个断点"
}