Monday, December 16, 2013

Debug Java from Eclipse

Add this property to JRE config of the container 

-Xrunjdwp:transport=dt_socket,server=y,address=9009,suspend=n

9009 : Sample port number that need to be configured. This should be the same as the Debug Configurations from Eclipse. (For Debug configurations related to port please go through the below screen shots).



Configure Debug environment as below : 



No comments:

Post a Comment