Debugging the Example Android App

Debug an Android App the same way you would debug in a standard IOM application or run in a simulator. You can perform either local debugging, if the development platform is similar to the final deployment platform, or remote debugging, in the event that the App requires testing or debugging on a different platform from the one you are using to develop it.

A description of the procedure can be found on the Xamarin website:

https://docs.microsoft.com/en-us/xamarin/android/deploy-test/debugging/