debugEditorActions.i18n.json 817 字节
Newer Older
D
Dirk Baeumer 已提交
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
9
	"toggleBreakpointAction": "디버그: 중단점 설정/해제",
D
Dirk Baeumer 已提交
10
	"conditionalBreakpointEditorAction": "디버그: 조건부 중단점 추가...",
11
	"logPointEditorAction": "디버그: 로그 지점 추가...",
D
Dirk Baeumer 已提交
12
	"runToCursor": "커서까지 실행",
13 14 15
	"debugEvaluate": "디버그: 평가",
	"debugAddToWatch": "디버그: 조사식에 추가",
	"showDebugHover": "디버그: 가리키기 표시"
D
Dirk Baeumer 已提交
16
}