[help] Using jdb to debug
From: Qingnan Zhou (qzhou_at_student.cs.uwaterloo.ca)
Date: 09/26/04
- Next message: Michael: "cannot resolve symbol"
- Previous message: fabius: "Help - J2ME implementation in BlackBerry -> http"
- Next in thread: Paul Lutus: "Re: [help] Using jdb to debug"
- Reply: Paul Lutus: "Re: [help] Using jdb to debug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Michael: "cannot resolve symbol"
- Previous message: fabius: "Help - J2ME implementation in BlackBerry -> http"
- Next in thread: Paul Lutus: "Re: [help] Using jdb to debug"
- Reply: Paul Lutus: "Re: [help] Using jdb to debug"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]