0

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!

Tim Nuwin
  • 2,775
  • 2
  • 29
  • 63
  • Possible duplicate of https://stackoverflow.com/questions/34588471/open-debugger-window-android-studio – Zoe Apr 29 '19 at 19:40
  • That's not what I'm referring to. I'm referring to being able to see what fragments/activities are currently open. – Tim Nuwin Apr 29 '19 at 19:41

1 Answers1

1

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

Steeven Sylveus
  • 121
  • 1
  • 3