While debugging our Xamarin.Android project, we're finding that any breakpoints that we place within Async methods are not being hit.
The architecture is a Xamarin.Android application project and a Xamarin.Android "Core" class library project.
Any thoughts? Is this a Xamarin bug or something that we're just not doing properly?