I'm running Visual Studio Mac for my Xamarin Android application and noticed debugging does not work unless "Use Shared Mono Runtime" is enabled under Android Build > Packaging and Deployment.
If I disable this option, breakpoints are not hit when debugging the application.
How come using the shared runtime is necessary for breakpoint debugging? It seems like the other debugging options should allow this feature to work without the shared runtime.
