Yesterday I upgraded to Xamarin.Android 7.3.0, and now none of my control points hit. I tried many things to try to get breakpoints working again, but no luck:
- Cleaning solution
- Removing bin / obj folders
- Closing and reopening Xamarin Studio
- Rebooting my Mac
- Create a new Android project
- Return to Xamarin.Android 7.2, Xamarin.Mac 3.2 and Xamarin Studio 6.2.1.
It never occurred to me that even after creating a completely new project and launching it with rolling versions of Xamarin, it still does not work. This should exclude that this is code, and exclude it as an Xamarin update, but it still doesn't work.
Pdb files are generated, so something. I have my configuration for Debug-Dev, it has the Debug option set to Full and Define Symbols:
DEBUG;__ANDROID__
I'm not sure what else to try at this moment, help will be appreciated!


source
share