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
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
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
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
"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
> 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
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