dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.73k stars 3.99k forks source link

Edit and Continue support on Mac #41286

Open therealjohn opened 4 years ago

therealjohn commented 4 years ago

Related to the request here: https://github.com/dotnet/runtime/issues/2349

I don't have the details, but it was mentioned that there is existing work that is a piece of the puzzle to this to refactor the Roslyn-Debugger EnC interface so it's out of proc - a step before the debugger can move EnC support to the adapter.

This issue should serve to track any issues for providing EnC support in Visual Studio for Mac and .NET Core projects.

jinujoseph commented 4 years ago

cc @tmat

mirekkukla commented 1 year ago

Very much looking forward to this fix. If I understand correctly this is a blocker preventing us from debugging Azure Isolated Functions in our IDEs on OSX.

getson commented 1 year ago

@therealjohn is there any update on this topic?