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

debugEditorActions.i18n.json « browser « debug « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 782e05fd2a4062d2d923b2e4744d053f846732fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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": "디버그: 조건부 중단점 추가...",
	"runToCursor": "커서까지 실행",
	"debugEvaluate": "디버그: 평가",
	"debugAddToWatch": "디버그: 조사식에 추가",
	"showDebugHover": "디버그: 가리키기 표시"
}