Eclipse class load breakpoint is not triggered when class is a spring bean
Hey, I'm wondering why class load breakpoint is not working in this case. Whenever I set it up and开发者_StackOverflow社区 load spring context, it is not triggered. Any idea what might be the reason ?
Debugging spring beans is no different than any other object. In fact 5 seconds ago I was debugging a spring bean. So the problem is somewhere else - perhaps your breakpoint is not reached.
精彩评论