How to debug web module using tomcat remote?
Hi,
Where should I write the below line in start.bat of tomcat to debug in intellij?
And also say exact syntax of it.
JAVA_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=c02:2252,suspend=y,server=n
can any one help me?
Please sign in to leave a comment.