How-to articles, tricks, and solutions about REMOTE-DEBUGGING
Remote debugging a Java application
To remotely debug a Java application, you need to start the application with the java command and the -agentlib:jdwp option.