I created a WCF service that i want to use on my Xamarin Android app.
I'm running my website project (the one that hosts the service) in debug mode with several breakpoints. I used this article (https://developer.xamarin.com/guides/cross-platform/application_fundamentals/web_services/walkthrough_working_with_WCF/) and managed to get a connection from the device to the service (section: Configuring Remote Access to IIS Express).
The thing is my website project won't stop at breakpoints when calling the methods from the android device so I cant debug my service.
Can anyone help me with that?