0

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?

lovespring
  • 18,247
  • 41
  • 98
  • 148
  • Spring can be debugged remotely like other java application. See this: http://stackoverflow.com/questions/975271/remote-debugging-a-java-application – gerrytan Sep 02 '13 at 22:55

1 Answers1

3

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.

Ean V
  • 4,781
  • 5
  • 29
  • 38