Hi,
I'm running cq on 5.6.1 with the below command
java -debug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30303 -jar cq-author-4502.jar
also tried with the below command as well
java -Xmx512m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspend=n -nofork -jar cq-author-4502.jar
but Attach Debugger is disabled in CRXDE using JDK 1.6.
Thanks in advance!!!