Issue
According to this post, the reason I can't debug in Xamarin is that I don't have the "Mono Debugging for Visual Studio" extension enabled. Not only do I not have enabled... I apparently don't have it installed!
Everywhere I've looked, everyone seems to imply it should be installed with Xamarin. However, in my case it was not. I've tried uninstalling and reinstalling Xamarin, with no luck. I also checked the "Visual Studio Marketplace", but it's not there (I tried the similar sounding "MonoRemoteDebugger", but that didn't help)
So where do I get this extension?
Solution
No need to install Mono Debugging as an extensions after Visual Studio 15.8 preview. The Visual Studio team has changed the Mono Debugger component to be a system component, which means it will not be visible and available anymore in the Extensions Manager.
Answered By - Ibrahim Schi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.