When I debugged in C# with Visual Studios, I attached the debugger to a process and found that really helpful.
I was wondering if it was possible to attach a process using Eclipse (Java version). It would make debugging much simpler especially when the entire application is not local meaning I am just writing additional features that is going to be ran by the already developed application.