Tuesday, November 8, 2011

Eclipse code debug

You can debug your java code using eclipse.
Please add below command in /tomcat/bin/catalina.bat  file.

in catalina.bat find set DEBUG_OPTS=
and append below command to  that.
so final result should look like :

set DEBUG_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888


No comments:

Post a Comment