Skip to content

Commit 95f0650

Browse files
authored
Update Debugger Packages (#4091)
Also added ARM and ARM64
1 parent 2d26b5d commit 95f0650

File tree

2 files changed

+53
-9
lines changed

2 files changed

+53
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
* Fully qualify C# Type light bulb ([dotnet/aspnetcore-tooling#24778](https://github.com/dotnet/aspnetcore/issues/24778))
2121
* Added support for engine logging on .NET process for Blazor WASM apps ([OmniSharp/omnisharp-vscode#4070](https://github.com/OmniSharp/omnisharp-vscode/issues/4070))
2222
* Fixed bug in clean-up of Blazor WASM debugging session ([OmniSharp/omnisharp-vscode#4056](https://github.com/OmniSharp/omnisharp-vscode/issues/4056))
23+
* Debugger Features:
24+
* Add support for Function Breakpoints ([#295](https://github.com/OmniSharp/omnisharp-vscode/issues/295))
25+
* Debugger Fixes:
26+
* [Debugger licensing errors are not reported to the UI ([#3759](https://github.com/OmniSharp/omnisharp-vscode/issues/3759))
27+
* [Error processing 'variables' request. Unknown Error: 0x8000211d ([#3926](https://github.com/OmniSharp/omnisharp-vscode/issues/3926))
28+
* [Method with a function pointer local breaks variables view and debug console ([#4052](https://github.com/OmniSharp/omnisharp-vscode/issues/4052))
2329

2430

2531
## 1.23.2 (September 3, 2020)

package.json

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@
251251
{
252252
"id": "Debugger",
253253
"description": ".NET Core Debugger (Windows / x64)",
254-
"url": "https://download.visualstudio.microsoft.com/download/pr/292d2e01-fb93-455f-a6b3-76cddad4f1ef/74935f0979ba7a260417ef919a8c1c9d/coreclr-debug-win7-x64.zip",
255-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-22-2/coreclr-debug-win7-x64.zip",
254+
"url": "https://download.visualstudio.microsoft.com/download/pr/c599e4e0-e1ba-4e1b-814e-ca1adc5a50b4/a8cf8676676ad8c751ea942e03c95c4f/coreclr-debug-win7-x64.zip",
255+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-23-4/coreclr-debug-win7-x64.zip",
256256
"installPath": ".debugger",
257257
"platforms": [
258258
"win32"
@@ -261,13 +261,13 @@
261261
"x86_64"
262262
],
263263
"installTestPath": "./.debugger/vsdbg-ui.exe",
264-
"integrity": "5D60FAC96542300A410D81096E23A505430BAF8DF77D7CFC92F401B95FA39DAA"
264+
"integrity": "A35AD7A146DB26A84D620B8ECB5BF61794C26AF67A4A0E9C08AAC61FCD0F4863"
265265
},
266266
{
267267
"id": "Debugger",
268268
"description": ".NET Core Debugger (macOS / x64)",
269-
"url": "https://download.visualstudio.microsoft.com/download/pr/292d2e01-fb93-455f-a6b3-76cddad4f1ef/5a8d7b0b0c3e2a6097259b0ce98a6f37/coreclr-debug-osx-x64.zip",
270-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-22-2/coreclr-debug-osx-x64.zip",
269+
"url": "https://download.visualstudio.microsoft.com/download/pr/c599e4e0-e1ba-4e1b-814e-ca1adc5a50b4/6e25666270823cf0703554b048931976/coreclr-debug-osx-x64.zip",
270+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-23-4/coreclr-debug-osx-x64.zip",
271271
"installPath": ".debugger",
272272
"platforms": [
273273
"darwin"
@@ -280,13 +280,51 @@
280280
"./vsdbg"
281281
],
282282
"installTestPath": "./.debugger/vsdbg-ui",
283-
"integrity": "13AB14F64BC6B83ECAF716BBD9B237BA2D92261DA3E81D3ABBFEF39C9EE5A2A4"
283+
"integrity": "500A76ADA3967A4E7CF84CAD47B68BA2586297CE7FE232F15E96424F6FFD0BC5"
284+
},
285+
{
286+
"id": "Debugger",
287+
"description": ".NET Core Debugger (linux / ARM)",
288+
"url": "https://download.visualstudio.microsoft.com/download/pr/c599e4e0-e1ba-4e1b-814e-ca1adc5a50b4/5c86e78081d8b9f9304ea1cf5d294044/coreclr-debug-linux-arm.zip",
289+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-23-4/coreclr-debug-linux-arm.zip",
290+
"installPath": ".debugger",
291+
"platforms": [
292+
"linux"
293+
],
294+
"architectures": [
295+
"arm"
296+
],
297+
"binaries": [
298+
"./vsdbg-ui",
299+
"./vsdbg"
300+
],
301+
"installTestPath": "./.debugger/vsdbg-ui",
302+
"integrity": "DA5893C0DB012F98EFC500642F809DB5555210831D12F2361E88D64A9DA10534"
303+
},
304+
{
305+
"id": "Debugger",
306+
"description": ".NET Core Debugger (linux / ARM64)",
307+
"url": "https://download.visualstudio.microsoft.com/download/pr/c599e4e0-e1ba-4e1b-814e-ca1adc5a50b4/8b2a320df8d48bb328dd02beacf8b999/coreclr-debug-linux-arm64.zip",
308+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-23-4/coreclr-debug-linux-arm64.zip",
309+
"installPath": ".debugger",
310+
"platforms": [
311+
"linux"
312+
],
313+
"architectures": [
314+
"arm64"
315+
],
316+
"binaries": [
317+
"./vsdbg-ui",
318+
"./vsdbg"
319+
],
320+
"installTestPath": "./.debugger/vsdbg-ui",
321+
"integrity": "0D4F46841978B494273772A7BAFBE38C7BCC2EB04AEC54009E04D3FBCE5F1D3F"
284322
},
285323
{
286324
"id": "Debugger",
287325
"description": ".NET Core Debugger (linux / x64)",
288-
"url": "https://download.visualstudio.microsoft.com/download/pr/292d2e01-fb93-455f-a6b3-76cddad4f1ef/2e9b8bc5431d8f6c56025e76eaabbdff/coreclr-debug-linux-x64.zip",
289-
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-22-2/coreclr-debug-linux-x64.zip",
326+
"url": "https://download.visualstudio.microsoft.com/download/pr/c599e4e0-e1ba-4e1b-814e-ca1adc5a50b4/7e79e05fd4102cef4e7918d945ae0a34/coreclr-debug-linux-x64.zip",
327+
"fallbackUrl": "https://vsdebugger.blob.core.windows.net/coreclr-debug-1-23-4/coreclr-debug-linux-x64.zip",
290328
"installPath": ".debugger",
291329
"platforms": [
292330
"linux"
@@ -299,7 +337,7 @@
299337
"./vsdbg"
300338
],
301339
"installTestPath": "./.debugger/vsdbg-ui",
302-
"integrity": "AA651AB01CBA4095248AD4239AAB7E58D792B506EF944F2C598151F30C961ED2"
340+
"integrity": "DED132B4A91EA8F8146A14D95BFA9A70EBE3ADB22A3DE58CB3439C24CADC6CBF"
303341
},
304342
{
305343
"id": "Razor",

0 commit comments

Comments
 (0)