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

后端 未结 2 1550
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 01:57

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

相关标签:
2条回答
  • 2020-12-13 02:14

    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!]

    0 讨论(0)
  • 2020-12-13 02:33

    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.

    0 讨论(0)
提交回复
热议问题