Start Openfire in debug mode to remote debug

I’m developing a plugin and need to debug it. Is there a way to start Openfire in any debug mode, so I could use the Eclipse remote debugger to connect to?

Hi,

are you looking for java -Xdebug or -javaagent JVM values? You can set them in the same way as -Xmx1024m.

LG

Hi LG,

Thanks for your helpful answer, with the information you provided I found this: http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install- guide.html

And some research about Java + Remote Debugging made it work.

Such a shame, always using Eclipse makes someone unfamilar … ^^

And such a putty that it needs 2 weeks to get such an “easy” answer, but helpfull anyway.