I have a problem debugging web application deployed on Weblogic v 9.2 application server. Debugging environment is the following:
- Eclipse Europa
- Oracle Enterprise Pack for Eclipse
When I run application set by step, if I click F6 (Step over) - everything is Ok. But, when I click F5 (Step into) - debugging hangs, in Debug window, thread tree, I see a lot of "" strings.
Debugging "wakes up" again only after couple minutes of waiting.
Any idea about why this happening and how to get rid of such annoying behavior?