I am creating a project on UWP with Xamarin form but I am unable to debug code??
I am creating a Login.xaml page and code on design part is :-
<Button Text="Login" Clicked="OnNextPage" BackgroundColor="Yellow" />
and Login.xaml.cs file:- I tried to calling button click event:-
you can see in below image:-
But breakpoint not hitting when click on button.