Closed ibrahimdevs closed 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.
@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.
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
Just an FYI.. VSMac got SourceLink support in 8.3
It works with .pdb embedded inside NuGet but no Symbol Server support (snupkg) yet.
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,