为了远程调试一个Java应用程序,确保JVM的调试选项如下:
java -Xdebug -Xrunjdwp:transport=dt_socket,address=8080,server=y? -jar XXX.jar