Hi, I am new to Java and jdb, please bear with me if this question is
stupid.
I wrote a class called SampleTest.java, it compiles well, however the
output is slightly wrong. So I run jdb SampleTest
>stop in SampleTest.main
Deferring breakpoint SampleTest.main.
It will be set after the class is loaded.
>run
and after I hit enter, jdb seems to be doing nothing and stop to repond
any commands. Do anybody know what the problem is?
Thanks a lot.
Paul Lutus - 26 Sep 2004 09:14 GMT
> Hi, I am new to Java and jdb, please bear with me if this question is
> stupid.
>
> I wrote a class called SampleTest.java, it compiles well, however the
> output is slightly wrong.
Your program printed "slightly wrong"? Terrific. Then it worked perfectly,
right?
> So I run jdb SampleTest
>
[quoted text clipped - 5 lines]
> and after I hit enter, jdb seems to be doing nothing and stop to repond
> any commands. Do anybody know what the problem is?
Yes, I do. Want me to tell you? Post your code.

Signature
Paul Lutus
http://www.arachnoid.com