Reconnect to debug process on Android using Eclipse with ADT

纵然是瞬间 提交于 2019-12-04 03:09:07

问题


It's possible using eclipse debug perspective to disconnect from a debug process.

After this, is it possible to reconnect Eclipse debugger on this process ?


回答1:


Yes, generally. You can disconnect using the "Disconnect" toolbar button in the Debug view (looks a bit like a horizontal red lightning bolt!).

To reconnect, change to the "DDMS" perspective, select the process you'd like to (re)connect to in the "Devices" pane and click the green "Debug the selected process..." button at the top of that pane.



来源:https://stackoverflow.com/questions/6583227/reconnect-to-debug-process-on-android-using-eclipse-with-adt

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