简体   繁体   English

Android Studio 是否具有像 xcode 一样的视图调试功能?

[英]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.我正在尝试快速学习一个新的代码库(基于 android),而在 iOS 中这样做的一个好方法是使用 xcode 的视图调试器。

I do not know where to place break-points right now as there are way too many classes.我现在不知道在哪里放置断点,因为课程太多了。 Thanks!谢谢!

Not 100% identical but you can use Layout inspector https://developer.android.com/studio/debug/layout-inspector并非 100% 相同,但您可以使用布局检查器https://developer.android.com/studio/debug/layout-inspector

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android 工作室是否有像 Visual Studio 那样的实时调试? - Does android studio have live debug like visual studio does and where Android Studio:构建类型发布/调试 - 这有什么相关性? - Android Studio: Build type release /debug - what relevance does this have? 调试模式下的Android Studio“视图位图”不显示位图 - Android Studio “view bitmap” in debug mode does't show the bitmap Android Studio是否具有与xcode自动布局相似的功能? - Does Android Studio have similar function to xcode's autolayout? 等效于 Android Studio 中的 Xcode 目标输出 - Equivalent of Xcode target output in Android Studio Android Studio是否有发布时间表? (例如Chrome) - Does Android Studio have a release schedule? (like Chrome) 在Android Studio上调试出癌症(变量调试信息不​​可用) - Debug have Cancer on Android Studio (Variables debug info not available) 在Android工作室中,Eclipse“Custom debug Keystore”的等价物是什么? - What is the equivalent of Eclipse “Custom debug Keystore” in Android studio? Android Studio 未签署调试版本的代码 - Android Studio does not sign the code for debug build Android Studio 是否有类似于 Xcode 的快速跳转栏和 MARK 的东西:- - Does Android Studio have something similar to Xcode's quick jump bar and MARK:-
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM