R.Sriram wrote:
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
These need to be set in catalina.bat. You can do it directly (not
recommended) or use the environment variables eg JAVA_OPTS.
Mark
-
T
Hello,
I am using IDEA as my IDE. I am unable to connect to JVM to debug a web
application.
Here are the parameters I am using: Remote Debugging in IDEA allows
connection to a running JVM.
-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5