This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CDT - an application to test GCJ on?
- From: Tom Tromey <tromey at redhat dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 10 Jul 2003 08:29:06 -0600
- Subject: Re: CDT - an application to test GCJ on?
- References: <000001c346b4$64c8e190$73dea8c0@lair>
- Reply-to: tromey at redhat dot com
>>>>> "Øyvind" == Øyvind Harboe <oyvind.harboe@zylin.com> writes:
Øyvind> I think it would be neat to have the CDT GDB frontend as
Øyvind> a standalone application, basically a replacement for Insight.
I think that's pretty hard given the current eclipse framework.
I know the idea has been discussed though.
Øyvind> I've been using CDT for my everyday embedded work(eCos),
Øyvind> and I'm not looking for alternatives anytime soon.
Yeah, the CDT is pretty nice. And eclipse has some really awesome
features for hacking Java.
I've heard that the CDT debugger can already be used to debug
gcj-compiled code (not surprising since it just uses gdb underneath).
I still haven't gotten around to trying it myself though.
Tom