On 8/1/07, Zsombor <[EMAIL PROTECTED]> wrote: > Hi, > > What is the simplest way to start James in debug mode in Eclipse currently? > Is it possible, or everyone runs/test it outside of a VM? To figure out the > whole SAR/Phoenix/classloader mess is not simple.
i run it in a separate VM and ask eclipse to attach to it when you start pheonix, you need to add something like -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 to PHOENIX_JVM_OPTS here's an snippet from my bash script: PHOENIX_JVM_OPTS="$PHOENIX_JVM_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000" export PHOENIX_JVM_OPTS - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]