On 8/1/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote:
>
> 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
>


You mean, that every time you made a change, you create a new sar file, copy
that to a phoenix lib, and you start with that script ? It's a little bit
elaborate process, isn't it ?

Zsombor

Reply via email to