Eclipse >> Remote debug
1. Add "-agentlib:jdwp=transport=dt_socket,server=y,address=8888,suspend=y" to VM arguments on the SERVER machine
2. Create a Remote Java Application debug configuration on the CLIENT, fill in Host and Port
3. Run the program to debug on the SERVER, it will be suspended
4. Run the created debug configuration on the CLIENT
=> The program will stop at the break point to debug