|
6 | 6 | "type": "edge",
|
7 | 7 | "request": "launch",
|
8 | 8 | "cwd": "${workspaceFolder}",
|
9 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
| 9 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
10 | 10 | "env": {
|
11 | 11 | // customize for your build location
|
12 |
| - "Path": "%path%;${workspaceFolder}/Debug/x64" |
| 12 | + "Path": "%path%;${workspaceFolder}/x64/Debug" |
13 | 13 | },
|
14 | 14 | "useWebView": true
|
15 | 15 | },
|
|
18 | 18 | "type": "edge",
|
19 | 19 | "request": "launch",
|
20 | 20 | "cwd": "${workspaceFolder}",
|
21 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe", |
| 21 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
22 | 22 | "env": {
|
23 | 23 | // customize for your build location
|
24 |
| - "Path": "%path%;${workspaceFolder}/Debug/Win32" |
| 24 | + "Path": "%path%;${workspaceFolder}/x86/Debug" |
25 | 25 | },
|
26 | 26 | "useWebView": true
|
27 | 27 | },
|
|
30 | 30 | "type": "edge",
|
31 | 31 | "request": "launch",
|
32 | 32 | "cwd": "${workspaceFolder}",
|
33 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe", |
| 33 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
34 | 34 | "env": {
|
35 | 35 | // customize for your build location
|
36 |
| - "Path": "%path%;${workspaceFolder}/Debug/arm64" |
| 36 | + "Path": "%path%;${workspaceFolder}/arm64/Debug" |
37 | 37 | },
|
38 | 38 | "useWebView": true
|
39 | 39 | },
|
|
42 | 42 | "type": "edge",
|
43 | 43 | "request": "launch",
|
44 | 44 | "cwd": "${workspaceFolder}",
|
45 |
| - "runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe", |
| 45 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe", |
46 | 46 | "env": {
|
47 | 47 | // customize for your build location
|
48 |
| - "Path": "%path%;${workspaceFolder}/Release/x64" |
| 48 | + "Path": "%path%;${workspaceFolder}/x64/Release" |
49 | 49 | },
|
50 | 50 | "useWebView": true
|
51 | 51 | },
|
|
54 | 54 | "type": "edge",
|
55 | 55 | "request": "launch",
|
56 | 56 | "cwd": "${workspaceFolder}",
|
57 |
| - "runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe", |
| 57 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe", |
58 | 58 | "env": {
|
59 | 59 | // customize for your build location
|
60 |
| - "Path": "%path%;${workspaceFolder}/Release/Win32" |
| 60 | + "Path": "%path%;${workspaceFolder}/x86/Release" |
61 | 61 | },
|
62 | 62 | "useWebView": true
|
63 | 63 | },
|
|
66 | 66 | "type": "edge",
|
67 | 67 | "request": "launch",
|
68 | 68 | "cwd": "${workspaceFolder}",
|
69 |
| - "runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe", |
| 69 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe", |
70 | 70 | "env": {
|
71 | 71 | // customize for your build location
|
72 |
| - "Path": "%path%;${workspaceFolder}/Release/arm64" |
| 72 | + "Path": "%path%;${workspaceFolder}/arm64/Release" |
73 | 73 | },
|
74 | 74 | "useWebView": true
|
75 | 75 | },
|
|
78 | 78 | "type": "pwa-msedge",
|
79 | 79 | "request": "launch",
|
80 | 80 | "cwd": "${workspaceFolder}",
|
81 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
| 81 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
82 | 82 | "env": {
|
83 | 83 | // customize for your build location
|
84 |
| - "Path": "%path%;${workspaceFolder}/Debug/x64" |
| 84 | + "Path": "%path%;${workspaceFolder}/x64/Debug" |
85 | 85 | },
|
86 |
| - "useWebView": "true" |
| 86 | + "useWebView": true, |
| 87 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 88 | + "webRoot": "${workspaceFolder}/assets" |
87 | 89 | },
|
88 | 90 | {
|
89 | 91 | "name": "JavaScript Debugger(Nightly): Sample app (Script Debug|x86)",
|
90 | 92 | "type": "pwa-msedge",
|
91 | 93 | "request": "launch",
|
92 | 94 | "cwd": "${workspaceFolder}",
|
93 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/Win32/WebView2APISample.exe", |
| 95 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
94 | 96 | "env": {
|
95 | 97 | // customize for your build location
|
96 |
| - "Path": "%path%;${workspaceFolder}/Debug/Win32" |
| 98 | + "Path": "%path%;${workspaceFolder}/x86/Debug" |
97 | 99 | },
|
98 |
| - "useWebView": "true" |
| 100 | + "useWebView": true, |
| 101 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 102 | + "webRoot": "${workspaceFolder}/assets" |
99 | 103 | },
|
100 | 104 | {
|
101 | 105 | "name": "JavaScript Debugger(Nightly): Sample app (Script Debug|ARM64)",
|
102 | 106 | "type": "pwa-msedge",
|
103 | 107 | "request": "launch",
|
104 | 108 | "cwd": "${workspaceFolder}",
|
105 |
| - "runtimeExecutable": "${workspaceFolder}/Debug/arm64/WebView2APISample.exe", |
| 109 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
106 | 110 | "env": {
|
107 | 111 | // customize for your build location
|
108 |
| - "Path": "%path%;${workspaceFolder}/Debug/arm64" |
| 112 | + "Path": "%path%;${workspaceFolder}/arm64/Debug" |
109 | 113 | },
|
110 |
| - "useWebView": "true" |
| 114 | + "useWebView": true, |
| 115 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 116 | + "webRoot": "${workspaceFolder}/assets" |
111 | 117 | },
|
112 | 118 | {
|
113 | 119 | "name": "JavaScript Debugger(Nightly): Sample app (Script Release|x64)",
|
114 | 120 | "type": "pwa-msedge",
|
115 | 121 | "request": "launch",
|
116 | 122 | "cwd": "${workspaceFolder}",
|
117 |
| - "runtimeExecutable": "${workspaceFolder}/Release/x64/WebView2APISample.exe", |
| 123 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x64/WebView2APISample.exe", |
118 | 124 | "env": {
|
119 | 125 | // customize for your build location
|
120 |
| - "Path": "%path%;${workspaceFolder}/Release/x64" |
| 126 | + "Path": "%path%;${workspaceFolder}/x64/Release" |
121 | 127 | },
|
122 |
| - "useWebView": "true" |
| 128 | + "useWebView": true, |
| 129 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 130 | + "webRoot": "${workspaceFolder}/assets" |
123 | 131 | },
|
124 | 132 | {
|
125 | 133 | "name": "JavaScript Debugger(Nightly): Sample app (Script Release|x86)",
|
126 | 134 | "type": "pwa-msedge",
|
127 | 135 | "request": "launch",
|
128 | 136 | "cwd": "${workspaceFolder}",
|
129 |
| - "runtimeExecutable": "${workspaceFolder}/Release/Win32/WebView2APISample.exe", |
| 137 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_x86/WebView2APISample.exe", |
130 | 138 | "env": {
|
131 | 139 | // customize for your build location
|
132 |
| - "Path": "%path%;${workspaceFolder}/Release/Win32" |
| 140 | + "Path": "%path%;${workspaceFolder}/x86/Release" |
133 | 141 | },
|
134 |
| - "useWebView": "true" |
| 142 | + "useWebView": true, |
| 143 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 144 | + "webRoot": "${workspaceFolder}/assets" |
135 | 145 | },
|
136 | 146 | {
|
137 | 147 | "name": "JavaScript Debugger(Nightly): Sample app (Script Release|ARM64)",
|
138 | 148 | "type": "pwa-msedge",
|
139 | 149 | "request": "launch",
|
140 | 150 | "cwd": "${workspaceFolder}",
|
141 |
| - "runtimeExecutable": "${workspaceFolder}/Release/arm64/WebView2APISample.exe", |
| 151 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/release_arm64/WebView2APISample.exe", |
142 | 152 | "env": {
|
143 | 153 | // customize for your build location
|
144 |
| - "Path": "%path%;${workspaceFolder}/Release/arm64" |
| 154 | + "Path": "%path%;${workspaceFolder}/arm64/Release" |
145 | 155 | },
|
146 |
| - "useWebView": "true" |
| 156 | + "useWebView": true, |
| 157 | + "url": "file:///${workspaceFolder}/assets/ScenarioJavaScriptDebugIndex.html", |
| 158 | + "webRoot": "${workspaceFolder}/assets" |
147 | 159 | },
|
148 | 160 | {
|
149 | 161 | "name": "Debugger For Microsoft Edge: Attach to Edge",
|
|
159 | 171 | "request": "attach",
|
160 | 172 | "webRoot": "${workspaceFolder}"
|
161 | 173 | },
|
| 174 | + { |
| 175 | + "name": "Debugger For Microsoft Edge: Sample app-Targeted (Script Release|x64)", |
| 176 | + "type": "edge", |
| 177 | + "request": "launch", |
| 178 | + "cwd": "${workspaceFolder}", |
| 179 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 180 | + "env": { |
| 181 | + // customize for your build location |
| 182 | + "Path": "%path%;${workspaceFolder}/x64/Debug;" |
| 183 | + }, |
| 184 | + "urlFilter": "*debugCase*", |
| 185 | + "useWebView": "advanced" |
| 186 | + }, |
| 187 | + { |
| 188 | + "name": "Debugger For Microsoft Edge: Sample app-Targeted (Script Release|x86)", |
| 189 | + "type": "edge", |
| 190 | + "request": "launch", |
| 191 | + "cwd": "${workspaceFolder}", |
| 192 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 193 | + "env": { |
| 194 | + // customize for your build location |
| 195 | + "Path": "%path%;${workspaceFolder}/x86/Debug;" |
| 196 | + }, |
| 197 | + "urlFilter": "*debugCase*", |
| 198 | + "useWebView": "advanced" |
| 199 | + }, |
| 200 | + { |
| 201 | + "name": "Debugger For Microsoft Edge: Sample app-Targeted (Script Release|ARM64)", |
| 202 | + "type": "edge", |
| 203 | + "request": "launch", |
| 204 | + "cwd": "${workspaceFolder}", |
| 205 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 206 | + "env": { |
| 207 | + // customize for your build location |
| 208 | + "Path": "%path%;${workspaceFolder}/arm64/Debug;" |
| 209 | + }, |
| 210 | + "urlFilter": "*debugCase*", |
| 211 | + "useWebView": "advanced" |
| 212 | + }, |
| 213 | + // TODO: Bug 27536687 |
| 214 | + { |
| 215 | + "name": "JavaScript Debugger(Nightly): Sample app-Targeted (Script Release|x64)", |
| 216 | + "type": "pwa-msedge", |
| 217 | + "request": "launch", |
| 218 | + "cwd": "${workspaceFolder}", |
| 219 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
| 220 | + "env": { |
| 221 | + // customize for your build location |
| 222 | + "Path": "%path%;${workspaceFolder}/x64/Debug;" |
| 223 | + }, |
| 224 | + "urlFilter": "*debugCase*", |
| 225 | + "useWebView": "advanced" |
| 226 | + }, |
| 227 | + // TODO: Bug 27536687 |
| 228 | + { |
| 229 | + "name": "JavaScript Debugger(Nightly): Sample app-Targeted (Script Release|x86)", |
| 230 | + "type": "pwa-msedge", |
| 231 | + "request": "launch", |
| 232 | + "cwd": "${workspaceFolder}", |
| 233 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_x86/WebView2APISample.exe", |
| 234 | + "env": { |
| 235 | + // customize for your build location |
| 236 | + "Path": "%path%;${workspaceFolder}/x86/Debug;" |
| 237 | + }, |
| 238 | + "urlFilter": "*debugCase*", |
| 239 | + "useWebView": "advanced" |
| 240 | + }, |
| 241 | + // TODO: Bug 27536687 |
| 242 | + { |
| 243 | + "name": "JavaScript Debugger(Nightly): Sample app-Targeted (Script Release|ARM64)", |
| 244 | + "type": "pwa-msedge", |
| 245 | + "request": "launch", |
| 246 | + "cwd": "${workspaceFolder}", |
| 247 | + "runtimeExecutable": "${workspaceFolder}/../../../../out/debug_arm64/WebView2APISample.exe", |
| 248 | + "env": { |
| 249 | + // customize for your build location |
| 250 | + "Path": "%path%;${workspaceFolder}/arm64/Debug;" |
| 251 | + }, |
| 252 | + "urlFilter": "*debugCase*", |
| 253 | + "useWebView": "advanced" |
| 254 | + }, |
162 | 255 | {
|
163 | 256 | "name": "Sample app (debug app)",
|
164 | 257 | "type": "cppvsdbg",
|
165 | 258 | "request": "launch",
|
166 |
| - "program": "${workspaceFolder}/Debug/x64/WebView2APISample.exe", |
| 259 | + "program": "${workspaceFolder}/../../../../out/debug_x64/WebView2APISample.exe", |
167 | 260 | "args": [],
|
168 | 261 | "preLaunchTask": "",
|
169 | 262 | "stopAtEntry": false,
|
|
0 commit comments