Re: Java debugger ?

1999-05-19 Thread Larry Gates
I use the JDE with XEmacs also. Very nice after you get used to it, but there's much to be improved. Glad to hear someone else has compared it with another debugger. I also like the way it changes the colors of comments vs. code vs. method names etc... you have to see it, I guess. >From: [EMA

Re: Java Debugger

1999-05-18 Thread Peter Hein
%Hi % %Is there such a beast (running on linux) ? % % Haven't tried DDD ? http://www.cs.tu-bs.de/softech/ddd/ Good luck, Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Re: Java debugger ?

1999-05-18 Thread Dimitris Vyzovitis
I think that your best choice is to either use jdb in coomand line or ddd with jdb as the slave debugger (this approach exhibits some misbehavior though). Dimitris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Java debugger ?

1999-05-18 Thread pridemor
There are a couple I've used: JDE - a java development environment for Emacs. Pretty good if you like Emacs. (almost enough to get me to switch :-). It uses the JDK debugger. Jikes Debugger - I found it useable, but not great. From IBM AlphaWorks. [EMAIL PROTECTED] on 05/18/99 08:41:04 A

Re: Java debugger under Linux

1998-05-14 Thread Robert Lynch
Barry D Benowitz wrote: > > > "Igor" == Igor Slepchin <[EMAIL PROTECTED]> writes: > > Igor> Can anybody recommend a good java debugger that is available > Igor> under Linux (jdb is way too primitive and inefficient)? Free > Igor> ones have preference :) > > Good? If you are an e

Re: Java debugger under Linux

1998-05-14 Thread Nelson Minar
>I don't know of any options that don't use jdb, unfortunately. There's the Jikes debugger from IBM AlphaWorks, available at http://www.alphaworks.ibm.com/alphapreview_tools/ it's a generic Java debugger but relies on a moving target of the Java debugging interface. It says it only works in JDK