Eclipse keep deploying to device in debug mode

你说的曾经没有我的故事 提交于 2019-12-10 17:54:57

问题


After deploying to my device once for debugging, every time I try and "Run As" in regular mode it still attached the debugger. I have deleted the application from the device and it still does this. This causes and issue when I just want to run the app, untethered from my laptop.

Has anyone else ran into this issue? If so, how do you fix it.


回答1:


Does clicking on the "Disconnect" button do the trick?




回答2:


Try restarting Eclipse. I had this issue once and restarting Eclipse worked for me.




回答3:


I have had problems with this as well. I don't recall what specifically fixed the problem, but I remember I did a combination of: 1) changing the configuration to "Run" only, 2) restarting Eclipse, and 3) trying multiple times.

One thing to keep in mind- even in "Run" mode you can see things going on in the debugger. For instance, you still get log messages. The main difference that I see is that it is much faster, and you don't see the threads and variables.



来源:https://stackoverflow.com/questions/5809153/eclipse-keep-deploying-to-device-in-debug-mode

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