1+ {
2+ "configurations" : [
3+ {
4+ "type" : " lldb" ,
5+ "request" : " launch" ,
6+ "name" : " Debug swift-colorful" ,
7+ "program" : " .build/debug/swift-colorful" ,
8+ "args" : [],
9+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
10+ "preLaunchTask" : " swift: Build Debug swift-colorful"
11+ },
12+ {
13+ "type" : " lldb" ,
14+ "request" : " launch" ,
15+ "name" : " Release swift-colorful" ,
16+ "program" : " .build/release/swift-colorful" ,
17+ "args" : [],
18+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
19+ "preLaunchTask" : " swift: Build Release swift-colorful"
20+ },
21+ {
22+ "type" : " lldb" ,
23+ "request" : " launch" ,
24+ "name" : " Debug DemoColorBlend-macOS" ,
25+ "program" : " .build/debug/DemoColorBlend-macOS" ,
26+ "args" : [],
27+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
28+ "preLaunchTask" : " swift: Build Debug DemoColorBlend-macOS"
29+ },
30+ {
31+ "type" : " lldb" ,
32+ "request" : " launch" ,
33+ "name" : " Release DemoColorBlend-macOS" ,
34+ "program" : " .build/release/DemoColorBlend-macOS" ,
35+ "args" : [],
36+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
37+ "preLaunchTask" : " swift: Build Release DemoColorBlend-macOS"
38+ },
39+ {
40+ "type" : " lldb" ,
41+ "request" : " launch" ,
42+ "name" : " Debug DemoColorDist-macOS" ,
43+ "program" : " .build/debug/DemoColorDist-macOS" ,
44+ "args" : [],
45+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
46+ "preLaunchTask" : " swift: Build Debug DemoColorDist-macOS"
47+ },
48+ {
49+ "type" : " lldb" ,
50+ "request" : " launch" ,
51+ "name" : " Release DemoColorDist-macOS" ,
52+ "program" : " .build/release/DemoColorDist-macOS" ,
53+ "args" : [],
54+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
55+ "preLaunchTask" : " swift: Build Release DemoColorDist-macOS"
56+ },
57+ {
58+ "type" : " lldb" ,
59+ "request" : " launch" ,
60+ "name" : " Debug DemoShared" ,
61+ "program" : " .build/debug/DemoShared" ,
62+ "args" : [],
63+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
64+ "preLaunchTask" : " swift: Build Debug DemoShared"
65+ },
66+ {
67+ "type" : " lldb" ,
68+ "request" : " launch" ,
69+ "name" : " Release DemoShared" ,
70+ "program" : " .build/release/DemoShared" ,
71+ "args" : [],
72+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
73+ "preLaunchTask" : " swift: Build Release DemoShared"
74+ },
75+ {
76+ "type" : " lldb" ,
77+ "request" : " launch" ,
78+ "name" : " Debug DemoColorGens-macOS" ,
79+ "program" : " .build/debug/DemoColorGens-macOS" ,
80+ "args" : [],
81+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
82+ "preLaunchTask" : " swift: Build Debug DemoColorGens-macOS"
83+ },
84+ {
85+ "type" : " lldb" ,
86+ "request" : " launch" ,
87+ "name" : " Release DemoColorGens-macOS" ,
88+ "program" : " .build/release/DemoColorGens-macOS" ,
89+ "args" : [],
90+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
91+ "preLaunchTask" : " swift: Build Release DemoColorGens-macOS"
92+ },
93+ {
94+ "type" : " lldb" ,
95+ "request" : " launch" ,
96+ "name" : " Debug DemoGradientGen-macOS" ,
97+ "program" : " .build/debug/DemoGradientGen-macOS" ,
98+ "args" : [],
99+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
100+ "preLaunchTask" : " swift: Build Debug DemoGradientGen-macOS"
101+ },
102+ {
103+ "type" : " lldb" ,
104+ "request" : " launch" ,
105+ "name" : " Release DemoGradientGen-macOS" ,
106+ "program" : " .build/release/DemoGradientGen-macOS" ,
107+ "args" : [],
108+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
109+ "preLaunchTask" : " swift: Build Release DemoGradientGen-macOS"
110+ },
111+ {
112+ "type" : " lldb" ,
113+ "request" : " launch" ,
114+ "name" : " Debug DemoPaletteGens-macOS" ,
115+ "program" : " .build/debug/DemoPaletteGens-macOS" ,
116+ "args" : [],
117+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
118+ "preLaunchTask" : " swift: Build Debug DemoPaletteGens-macOS"
119+ },
120+ {
121+ "type" : " lldb" ,
122+ "request" : " launch" ,
123+ "name" : " Release DemoPaletteGens-macOS" ,
124+ "program" : " .build/release/DemoPaletteGens-macOS" ,
125+ "args" : [],
126+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
127+ "preLaunchTask" : " swift: Build Release DemoPaletteGens-macOS"
128+ },
129+ {
130+ "type" : " lldb" ,
131+ "request" : " launch" ,
132+ "name" : " Debug DemoColorSort-macOS" ,
133+ "program" : " .build/debug/DemoColorSort-macOS" ,
134+ "args" : [],
135+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
136+ "preLaunchTask" : " swift: Build Debug DemoColorSort-macOS"
137+ },
138+ {
139+ "type" : " lldb" ,
140+ "request" : " launch" ,
141+ "name" : " Release DemoColorSort-macOS" ,
142+ "program" : " .build/release/DemoColorSort-macOS" ,
143+ "args" : [],
144+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
145+ "preLaunchTask" : " swift: Build Release DemoColorSort-macOS"
146+ },
147+ {
148+ "type" : " lldb" ,
149+ "request" : " launch" ,
150+ "name" : " Debug Benchmark-macOS" ,
151+ "program" : " .build/debug/Benchmark-macOS" ,
152+ "args" : [],
153+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
154+ "preLaunchTask" : " swift: Build Debug Benchmark-macOS"
155+ },
156+ {
157+ "type" : " lldb" ,
158+ "request" : " launch" ,
159+ "name" : " Release Benchmark-macOS" ,
160+ "program" : " .build/release/Benchmark-macOS" ,
161+ "args" : [],
162+ "cwd" : " ${workspaceFolder:swift-colorful}" ,
163+ "preLaunchTask" : " swift: Build Release Benchmark-macOS"
164+ }
165+ ]
166+ }
0 commit comments