> IDE based debugging is kinda painful to setup, isn't using JDB (command line) > as stated above easier? I'd like to have an opinion on this.
Hmm, maybe I misunderstand something regarding "IDE based debugging", but any IDE I'm aware of supports remote debugging. And it is very easy to setup. So where is the problem to start the server in debug mode and attach a debugger from your IDE? I mean there is no big difference whether you start a server locally in debug mode (in a separate JVM) or start the main class directly from your IDE. Using the first approach you have to configure less and are closer to a real server start. Just my 0.2 cents, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
