iusmar
iusmar

Reputation: 359

Debug a service called from android app

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

Answers (1)

iusmar
iusmar

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

Related Questions