Can I attach my eclise or Intellij Debugger to an already running remote application?
PS - I know how to remotely debug. But the key part here is that the application is already running and I don't know if the debug port was opened or not. And assuming that it wasn't, can anything be done about it? Or do I have to restart the application?
Just so the readers know, I have already gone through this post and even though the answer is accepted, it doesn't answer my question.