Debug in Xamarin Visual Studio
How to debug the android application in Visual Studio Xamarin to see the response from web api? I am using Xamarin Visual Studio, ad making some http web api calls. the application is showing some random value which is not exactly the expected response from web api. In android studio it is possible to debug and figure out where the problem is. my question is, can we as well debug in Xamarin Visual studio. because when I put the debugger points the application doesn't just stop at the debugger, and I can not figure what exactly the problem is.