Re: Desired Feature: Language plugins & documentation
Re: Desired Feature: Language plugins & documentation
- Subject: Re: Desired Feature: Language plugins & documentation
- From: Jonathan Prescott <email@hidden>
- Date: Tue, 20 Feb 2007 20:32:29 -0500
Have you tried debugging with GDB from the command line, not using
Xcode? If it works from the command line, but not through Xcode,
then you probably have an Xcode issue. But, if GDB doesn't work,
Xcode isn't going to help much.
It should be the stock version of GDB (/usr/bin/gdb).
Jonathan
On Feb 20, 2007, at 3:07 PM, Rick Mann wrote:
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:
40comcast.net
This email sent to email@hidden
_______________________________________________
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