Android Studio - Where can I see callstack while debugging an android app?

喜你入骨 提交于 2019-11-27 10:03:25

问题


While on a break point, how do I see the call stack to find the callee method/function?


回答1:


At the bottom panel you should have "5: Debug". Click on it and select "Debugger -> Threads"

You may need to find the "Threads" icon on the far right, or even click the "Restore Layout" button on the left to restore this window.




回答2:


Seems like there is an UI-Bug in the Android Studio (1.x, 2.x and 3.x).

For me the "Frames/Threads" Panel was completely hidden behind the toolbar, so I had to change the size from the "variable" panel by dragging its left border to reveal the "Frames/Threads".

[I have to admit, that @Greg added this picture after reviewing my answer!]



来源:https://stackoverflow.com/questions/21071960/android-studio-where-can-i-see-callstack-while-debugging-an-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!