Debugging in Spring Source Tool Suite
Hi, i am using Spring Source Tool Suite for Spring MVC development. I have set breakpoints in controller to debug application. I am run my web application with following steps- 1)Set Breakpoints by double click in the margin beside the line of code 2)click Run > Debug As > Debug on Server
but i don't get switched to debug mode. Please give me any suggestion to debug Spring MVC application.