Donatas Simkunas wrote: 

| One simple question which java debuger you can recomend.
| I tried jikes debuger but it crashed after several debuging steps. AnyJ
| debuger seems to do same things it crashes after some debuging.
| BTW i heard that it can be jikes problem cause it generates corrupted
| debug information. but compile with javac is killing to me (jikes compiles 
| about 1 min. javac about 10).

I generally compile my project with jikes, and for debugging-purposes
I do a javac-compilation. Using jdb the way it should be used is also
an advantage (IE: start program, load class, set breakpoint, run, use
a combination of commands: "where|locals|print|dump|threads|
threadgroups", works for me (when I'm tired of those printf()-debugs)).


-- 
Jo Uthus                        | e-mail: [EMAIL PROTECTED] (private)
Software Engineer               | e-mail: [EMAIL PROTECTED]  (work)


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to