I am running the cq jar in debug mode (-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=30303 -Xnoagent -Djava.compiler=NONE)
I am using Eclipse/IntiellJ ide. The connection is established but the debugger doesn't work.
Response will be appreciated.
as i said, your JVM is being forced due to low memory settings. start like this:
java -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=30303 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxPermSize=256M -Xmx1024m -Dorg.apache.sling.commons.log.level=INFO -jar cq-author-4502.jar -p 4502 -verbose -nofork
North America
Europe, Middle East and Africa
Asia Pacific