Re: Desired Feature: Language plugins & documentation
Re: Desired Feature: Language plugins & documentation
- Subject: Re: Desired Feature: Language plugins & documentation
- From: Rick Mann <email@hidden>
- Date: Tue, 20 Feb 2007 12:07:51 -0800
On Feb 19, 2007, at 22:56 , Jonas Maebe wrote:
On 20 Feb 2007, at 04:21, Rick Mann wrote:
The other would be to support languages like D (and better support
for Java). D is similar to Java in that it has a single combined
declaration/definition file, and it can write its objects out into
a file system hierarchy (so two object files can have the same
name, but be in different locations). While I have a working D
plugin now, I still don't know how to get it to do this (and other
things), and I still can't use the debugger (even though GDC is
really just a D front-end on top of Apple's GCC, and there is a
patch for Apple's gdb to support D).
It's strange that debugging doesn't work, since it works fine for
Pascal even though Xcode doesn't support that either out of the box
(and we didn't even write a plugin, just created some script phases
to compile everything).
That's interesting. I can't even set a breakpoint in a .d file, so I
figure there's something simple telling Xcode it's not debuggable (or
not telling Xcode that it is debuggable).
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden