I am remote debugging a java application and it genrally works well. However, I am coding something new and now I get to a line and I want to terminate the program. But the only buttons available are suspend and disconnect. Suspend of course, does not terminate, and disconnect stops the debug but leaves the remote app in a whatever state where I then have to restart it.
There is a terminate button - but it is always greyed out. How can I choose to kill a program from Eclipse debugger?
Did you forget to allow remote termination of the VM when you configured Eclipse?