Tim Nuwin
Tim Nuwin

Reputation: 2887

Does Android Studio have the equivalent of view debug like xcode?

I am trying to quickly learn a new code-base (android-based) and a great way of doing that in iOS is using xcode's view debugger.

I do not know where to place break-points right now as there are way too many classes. Thanks!

Upvotes: 0

Views: 619

Answers (1)

Steeven Sylveus
Steeven Sylveus

Reputation: 161

Not 100% identical but you can use Layout inspector https://developer.android.com/studio/debug/layout-inspector

Upvotes: 1

Related Questions