Page 1 of 1

Debugging options

Posted: Thu Jan 17, 2013 5:50 am
by srinivas
It would be great to see detailed steps to enable debugging options

as some of the options,
1) enable suspend = y, jetty-demo target under /site/build.xml
2) eclipse || run || external tools || external tools configuration || program - new

but both seems to be not helping in debugging java code to some extent.

Any better way to debug java code please mention

Regards,
Srinivas

Re: Debugging options

Posted: Thu Jan 17, 2013 3:59 pm
by phillipuniverse
Debugging should happen as a remote Java program which is how you should configure it in Eclipse. By default, the site listens on port 8000 to hook up the Eclipse debugger to (which is an option in the remote debugging options).

Re: Debugging options

Posted: Fri Jan 18, 2013 10:43 am
by srinivas
Hi phillipuniverse,

Thanks for the reply.

Regards,
Srinivas