Is there a tutorial somewhere that shows how to set up the Debug Configurations to debug RMI server/client code under MyEclipse? I know that
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -Djava.rmi.server.logCalls=true -Dsun.rmi.loader.loglLevel=5 -Dsun.rmi.server.exceptionTrace=true -Dsun.rmi.server.logLevel=5
has to be passed to the server so that MyEclipse can get access to the debugging interface through the RMI registry, but it would be really nice if there was something like a tutorial on how to set up RMI server/client applications in MyEclipse.