I recently upgraded to the new Xamarin for Visual Studio, and since then, I can no longer hit breakpoints during IOS debugging. Android works fine, strangely.
I uni
An alternative solution is to disable linking in the iOS project (not PCL project). This worked for me.
Go to iOS project settings iOS Build Linker Behavior: Don't Link.