I've got a few problems related to debugging. Consider the scenario:
1. I have a breakpoint set in a multi threaded application. I run the
application until execution stops at the breakpoint.
2. Then I invoke "Step Over". Instead of proceeding to the next line of
my
source code, I get prompted in the mode line to provide the location
of source a Weblogic class, source code I don't have.
First, why doesn't execution proceed to the next line of my source code?
Is
there a way to make JDEbug do this?
Second, since I don't have the source code when I encounter this
situation, is
there a way I can gracefully recover, that is, continue debugging
without having to start all over?
Thanks for your help.
Chuck