Add vsdbg to Linux Repositories
Open
Area-Linux
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
Please add vsdbg to your Linux repositories. Currently to remotely debug my ARM targets I need to install vsdbg with something like:
```
wget https://aka.ms/getvsdbgsh
chmod +x getvsdbgsh
sudo ./getvsdbgsh -v latest -l /opt/Microsoft/vsdbg
```
It would be much nicer if we could just do `sudo apt install vsdbg` along with the `dotnet-sdk` and `dotnet-runtime` packages.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.