Getting below error when I try to do the remote debug in Spring Tool Suite IDE.
"Failed to connect to remote VM. Connection timed out. org.eclipse.jdi.TimeoutException"
I followed the below steps to enable the remote debugging
Note: I improved my STS.ini memory to -Xms768m, -Xmx768m but unsuccessful.
not sure why my remote debugging is not working.
I guess Tomcat itself is running on port 8080, therefore I would recommend to use a different port for the debugging setup (-Xrunjdwp:transport=dt_socket,address=4000, for example). Then connect your remote debugging session in STS/Eclipse to that port.