dotnet / dotnet/sdk

Add vsdbg to Linux Repositories

Open
#52,342 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.