lovespring
lovespring

Reputation: 19559

How to debug spring source in a web application

I want set some breakpoints in spring source file in my web application. so I can know the exactly process of spring's start.

How can I do this in eclipse?

Upvotes: 0

Views: 481

Answers (1)

Ean V
Ean V

Reputation: 5439

I have not worked with spring web, but generally if you attach the source for class files you will be able to debug them. I have done this for Hibernate and a couple of other frameworks.

Upvotes: 3

Related Questions