Skip to content

Commit 7162aa8

Browse files
committed
Support netcoredbg ARM debugger for linux
1 parent f2ca206 commit 7162aa8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,22 @@
264264
],
265265
"installTestPath": ".debugger/netcoredbg/netcoredbg"
266266
},
267+
{
268+
"id": "Debugger",
269+
"description": ".NET Core Debugger (linux / ARM64)",
270+
"url": "https://github.com/Samsung/netcoredbg/releases/download/2.0.0-880/netcoredbg-linux-arm64.tar.gz",
271+
"installPath": ".debugger",
272+
"platforms": [
273+
"linux"
274+
],
275+
"architectures": [
276+
"arm64"
277+
],
278+
"binaries": [
279+
"./netcoredbg"
280+
],
281+
"installTestPath": ".debugger/netcoredbg/netcoredbg"
282+
},
267283
{
268284
"id": "Razor",
269285
"description": "Razor Language Server (Windows / x64)",

0 commit comments

Comments
 (0)