Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Eclipse 进行调试,但“调试”窗口中没有“MainActivity”,以便选择和检查我有断点的变量。
我正在使用附加的设备进行调试。
我选择 debug as-> android application,然后转到 debug 透视图。
在那里,我选择了应用程序的名称,它给了我 "Threads" 。
如果我暂停并选择每个线程,在没有人中我可以找到设置断点的 MainActivity..
截图:
如果你想debugger达到 brack点,你必须执行达到它所需的步骤。换句话说,由于您在onClickListener对话框中设置了一个断点,您必须单击Dialog' 按钮才能到达它。
debugger
k
onClickListener
Dialog