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