Debugging JSPs using STS and the bundled vFabric tc Server

986 views Asked by At

I have installed STS with the vFabric tc Server and am working on developing a web app using spring Roo. I'm able to set break points and debug through my controllers, but am running into what is probably a simple problem in the JSPs but when I set breakpoints in them they seem to be ignored.

Any advice would be greatly appreciated.

1

There are 1 answers

1
dgmora On

I have never been able to do this on STS. Not even sure if it's possible (if someones knows, I also want to know it!)

The only thing I can say about debugging JSPs is using firebug or similar for seeing if the HTML is displayed correctly, or checking javascript.