Eclipse Keep Deploying To Device In Debug Mode
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 i
Solution 1:
Does clicking on the "Disconnect" button do the trick?
Solution 2:
Solution 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.
Post a Comment for "Eclipse Keep Deploying To Device In Debug Mode"