Reputation: 19559
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
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