Open CallumDev opened 6 years ago
Is there any movement here?
Is any changes there? Or any information is it in plans or never. Many people wait this feature. So please give any informations for us. Thx.
The thing is due to sabotage at Microsoft Visual Studio team that they never provide Linux desktop packages for IDEs and they never provide open source solution for .NET Core debugging facility. It is not doable only by monodevelop team.
rider supports debugging .net core on linux. why not implement debugging in monodevelop the same way as they do?
i just found that https://github.com/Samsung/netcoredbg any chances to use this project? see also: https://github.com/VSCodium/vscodium/issues/82 code for monodevelop..VSCodeDebugProtocol is here: https://github.com/mono/monodevelop/tree/master/main/src/addins/MonoDevelop.Debugger.VSCodeDebugProtocol
For your reference, I got a prototype working, but it requires some changes on Samsung side, https://github.com/Samsung/netcoredbg/issues/11
I am trying to reach out the relevant guys at Microsoft to see what's their plan so far. If they still cannot open source their own extension (in VS for Mac), I will try to release my extension for MonoDevelop to fill the gaps.
If you are really eager to try out the prototype, you can visit this GitHub repo to learn more,
This is already supported on Visual Studio Mac which is practically re-branded monodevelop with some proprietary addins. Is there a timeline for this feature to be open-sourced/released on Linux?