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 "install", "build" and
"configure"
tasks, overall 9 tasks (another task, "test" is optional). I even did
not
mention Insight yet. Also, they mentioned about some compiler
limitations,
like it does not support inner classes. Do you think it is important?
Jacob Nikom
Matt Welsh wrote:
>
> > 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
> debug a Java program with native methods all within the same debugging
> environment, examine the C->Java stack trace, debug programs which use
> multiple (native) threads, and so forth.
>
> Matt Welsh, UC Berkeley
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]