ctaggart / SourceLink

Source Code On Demand
MIT License
357 stars 55 forks source link

SourceLink on Mac Visual Studio #335

Closed ibrahimdevs closed 6 years ago

ibrahimdevs commented 6 years ago

Hi, Can we use SourceLink on Mac Visual Studio? If we can, what are proper steps? I want to Debug ASP .Net Core Boilerplate project's source code. (https://aspnetboilerplate.com/Pages/Documents/Debugging) I am trying to run this but can't achieve. There is no debugging options page on Mac Visual Studio.

Thanks,

ctaggart commented 6 years ago

I haven't heard of Visual Studio for Mac's debugger supporting SourceLink yet. I simply don't know if it does. This project and https://github.com/dotnet/sourcelink are about enabling the code.

ibrahimdevs commented 6 years ago

@ctaggart thanks for help. You're right, Mac's VS doesn't support SourceLink, actually, it is even not like Window's VS. So i moved to JetBrain's Rider, i can suggest Rider who developing .net core on Mac.

ctaggart commented 6 years ago

Rider is a good choice. I requested SourceLink support in their debugger https://github.com/ctaggart/SourceLink/issues/204#issuecomment-391393364 https://youtrack.jetbrains.com/issue/RIDER-16260

nosami commented 4 years ago

Just an FYI.. VSMac got SourceLink support in 8.3

It works with .pdb embedded inside NuGet but no Symbol Server support (snupkg) yet.