Reputation: 359
Is there a way to debug a mobile application (Android) via Visual Studio?
There's a website and a couple of apps that use some services. I have set the solution on my local machine and need to investigate a bug
I've tried to attache VS to Genymotion but it's not working. I know where the issue is located in code, but I need to see what data is send from the mobile app to the backend.
I hope I explained well...
Thank you.
Upvotes: 0
Views: 89
Reputation: 359
I found a solution: I wanted to test the backend, and for this is enough to make the API calls with Postman or JMeter. No need for Android Studio or other complicated approach. :)
Upvotes: 1