Hi All,
I have tried following what is available on internet for enabling remote debugging of web application using tomcat and eclipse but somehow it is not working for me.
I am using jdk1.5.0_09, eclipse Version: 3.2.1, apache-tomcat-6.0.18 and com.sysdeo.eclipse.tomcat_3.2.1
I have set JVM arguments in eclipse -> windows -> perferences -> tomcat -> JVM Setting as
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044
now i see the three icons for tomcat start, stop and restart but when I click on start icon I am getting following error:
ERROR: JDWP unable to get necessary JVMTI capabilities. ["debugInit.c",L279]
any idea what is missing or wrong here.........
quick response is appreciated
Thanks in advance.