I uninstall debugging of a Java application and it works fine. However, I am coding something new, and now I get to the line and I want to finish the program. But the only buttons available are suspension and shutdown. Suspension, of course, does not stop, and disabling disables debugging, but leaves the remote application in any state in which I have to restart it.
There is a completion button, but it is always gray. How can I choose to kill a program from the Eclipse debugger?
source
share