[help] Using jdb to debug

From: Qingnan Zhou (qzhou_at_student.cs.uwaterloo.ca)
Date: 09/26/04


Date: Sat, 25 Sep 2004 18:28:21 -0400


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.