Re: ddd as a java debugger

1999-10-15 Thread Robert Simmons
Personally I use pldb. That is "println debugger" =) Im of the old school where I just toss printlns in code to tcheck values and see where it dies. With vi this process is viciously quick and there is rarey an issue I cant resolve with it. I started programming before all these tools came about a

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