Skip to content

Commit ce6a1ad

Browse files
Update debugger to 1-18-0
Among other changes, this includes: * Backend support for set next statement * Fixes for string functions in conditionally breakpoints * Improvements to browser launch.json schema
1 parent 975e607 commit ce6a1ad

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -234,22 +234,23 @@
234234
{
235235
"id": "Debugger",
236236
"description": ".NET Core Debugger (Windows / x64)",
237-
"url": "https://download.visualstudio.microsoft.com/download/pr/90e2038c-960d-4018-924e-30f520f887ab/117523c7024fbf6ffef530b707d7253a/coreclr-debug-win7-x64.zip",
238-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-1/coreclr-debug-win7-x64.zip",
237+
"url": "https://download.visualstudio.microsoft.com/download/pr/9c36608c-cb04-451f-8df7-547eeb9b5d55/4b9c72a90d4558d8e72e653c1ea79936/coreclr-debug-win7-x64.zip",
238+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-0/coreclr-debug-win7-x64.zip",
239239
"installPath": ".debugger",
240240
"platforms": [
241241
"win32"
242242
],
243243
"architectures": [
244244
"x86_64"
245245
],
246-
"installTestPath": "./.debugger/vsdbg-ui.exe"
246+
"installTestPath": "./.debugger/vsdbg-ui.exe",
247+
"integrity": "3CE3584FA7E16F6E762866764C8BC51F71CF4E861AE1076AB5A8BB48150A2CFB"
247248
},
248249
{
249250
"id": "Debugger",
250251
"description": ".NET Core Debugger (macOS / x64)",
251-
"url": "https://download.visualstudio.microsoft.com/download/pr/90e2038c-960d-4018-924e-30f520f887ab/2d53db027d1e67b899a7f083800b2bd4/coreclr-debug-osx-x64.zip",
252-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-1/coreclr-debug-osx-x64.zip",
252+
"url": "https://download.visualstudio.microsoft.com/download/pr/9c36608c-cb04-451f-8df7-547eeb9b5d55/b5b307980f5da0bc161018acfad043c9/coreclr-debug-osx-x64.zip",
253+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-0/coreclr-debug-osx-x64.zip",
253254
"installPath": ".debugger",
254255
"platforms": [
255256
"darwin"
@@ -261,13 +262,14 @@
261262
"./vsdbg-ui",
262263
"./vsdbg"
263264
],
264-
"installTestPath": "./.debugger/vsdbg-ui"
265+
"installTestPath": "./.debugger/vsdbg-ui",
266+
"integrity": "B45E69F16B5F9363A7D706DE1133EF048E973AD6EEF8EFE69CE596270096CED0"
265267
},
266268
{
267269
"id": "Debugger",
268270
"description": ".NET Core Debugger (linux / x64)",
269-
"url": "https://download.visualstudio.microsoft.com/download/pr/90e2038c-960d-4018-924e-30f520f887ab/090d7ebd63a3d44b31cb23568b53833d/coreclr-debug-linux-x64.zip",
270-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-17-1/coreclr-debug-linux-x64.zip",
271+
"url": "https://download.visualstudio.microsoft.com/download/pr/9c36608c-cb04-451f-8df7-547eeb9b5d55/8626f25cb9fb40cd6fa2508009fccd1d/coreclr-debug-linux-x64.zip",
272+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-18-0/coreclr-debug-linux-x64.zip",
271273
"installPath": ".debugger",
272274
"platforms": [
273275
"linux"
@@ -279,7 +281,8 @@
279281
"./vsdbg-ui",
280282
"./vsdbg"
281283
],
282-
"installTestPath": "./.debugger/vsdbg-ui"
284+
"installTestPath": "./.debugger/vsdbg-ui",
285+
"integrity": "A184C815F6F99F4627197BBE605DCAF32174BC66E283908B27F0508F958BB203"
283286
},
284287
{
285288
"id": "Razor",

0 commit comments

Comments
 (0)