How to remote debug your java application
On the server (the remote location) Add the following jvm arguments to your run.sh script -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n address=8000 can […]
Read More →On the server (the remote location) Add the following jvm arguments to your run.sh script -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n address=8000 can […]
Read More →