How can I close the currently running server app when I launch new debug session?
- by Eonil
Google App Engine (GAE) Java SDK uses eclipse as main IDE.
IDE runs a server app when I launch debugging session.
And it runs another server app when I launch debugging session again.
It closes the server app when I stop the debugging session, but it doesn't when I re-launch debugging session. Re-launching means stop and launch again. Why does it stop existing app? So I have to close the server app manually at each time.
Is there a way to close existing running app when re-launching debugging session?