I am working with STS in eclipse Juno, Spring 3.1.1 hibernate 4.1, tomcat 7 and mySQL.
I tried to debug my application by:
right-clicking on the server (in the server view) ->"restart at debug".
adding the breakpoints in my code.
selecting "debug on server".
but it just launch the application without stopping at the breakpoints.