Re: ddd as a java debugger

1999-10-15 Thread Robert Simmons
came about and have found them to be mostly not worth the learning curve. But then thats just me, or is it ? =) --rob - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 13, 1999 8:12 AM Subject: ddd as a java debugger > First le

Re: ddd as a java debugger

1999-10-13 Thread Jacob Nikom
Hi Matt, Thank you for your info about GCJ. Have you ever try it? How well it works? I looked at its documentation and found it a little confusing. The compiler consists of two parts + debugger. Also there is visual front end to this debugger, Insight. The installation of each part consists of

Re: ddd as a java debugger

1999-10-13 Thread Nathan Meyers
Jacob Nikom wrote: > > Hi, > > Do you know anything about GCJ - latest Cygnus tool for Java > compilation and debugging? Yeah, gcj is a Java front end for the gcc compiler: Java goes in, native code comes out. It compiles from either Java source or classfiles; it doesn't recognize all current s

Re: ddd as a java debugger

1999-10-13 Thread Jacob Nikom
Hi, Do you know anything about GCJ - latest Cygnus tool for Java compilation and debugging? Jacob Nikom Nathan Meyers wrote: > > "Daniel P. Zepeda" wrote: > > > > You can find DDD at: > > > > http://www.cs.tu-bs.de/softech/ddd/ > > > > Just grab the sources, untar, run configure, make, make in

Re: ddd as a java debugger

1999-10-13 Thread Nathan Meyers
"Daniel P. Zepeda" wrote: > > You can find DDD at: > > http://www.cs.tu-bs.de/softech/ddd/ > > Just grab the sources, untar, run configure, make, make install. It was > that easy for me. Oh, you may need to get Lesstiff and some XPM library > stuff, but the information for that is included in t

Re: ddd as a java debugger

1999-10-13 Thread Matt Welsh
> Being something of a doit-yourself type (as I imagine we all are), I'm > still trying to put together a debugging environment that is > 'satisfying'. Although not directly relevant to the Blackdown JDK, GCJ (the Java front-end to GCC) supports Java debugging with GDB. This is amazingly useful

Re: ddd as a java debugger

1999-10-13 Thread Daniel P. Zepeda
You can find DDD at: http://www.cs.tu-bs.de/softech/ddd/ Just grab the sources, untar, run configure, make, make install. It was that easy for me. Oh, you may need to get Lesstiff and some XPM library stuff, but the information for that is included in the documentation. Keep in mind that DDD is

ddd as a java debugger

1999-10-13 Thread videoranger
First let me say thanks to all of you who responded to my original newbie questions. I actually made some progress with my screwy code as a result of your suggestions. Very Cool. I still have problems to solve, though. Being something of a doit-yourself type (as I imagine we all are), I'm still t

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
41:04 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Russell Pridemore/Lex/Lexmark) Subject: Java debugger ? Hi Is there such a beast (running on linux) ? Thanks -- Mario Filipe [EMAIL PROTECTED] http://neptuno.sc.uevora.pt/

Java debugger ?

1999-05-18 Thread Mario Jorge Nunes Filipe
Hi Is there such a beast (running on linux) ? Thanks -- Mario Filipe [EMAIL PROTECTED] http://neptuno.sc.uevora.pt/~mjnf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

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 >

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. I

Java debugger under Linux

1998-05-14 Thread Barry D Benowitz
>>>>> "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

Java debugger under Linux

1998-05-14 Thread Igor Slepchin
Can anybody recommend a good java debugger that is available under Linux (jdb is way too primitive and inefficient)? Free ones have preference :) Thanks, Igor Slepchin