I have an API project in C# and Android app that accesses those API. Now I want to debug it in c# when ever an API method is called.
The problem is how to set IP of local host so I can access it through the URL on my android device and later set the URL in Android app and debug the methods.