Re: debugging external makefile projects
Re: debugging external makefile projects
- Subject: Re: debugging external makefile projects
- From: Paul Russell <email@hidden>
- Date: Tue, 6 Jan 2009 10:33:51 +0000
You need to add the source code to the project and you need to add the
built executable as a custom executable, but other than that it should
"just work".
Paul
On 5 Jan 2009, at 18:57, Thomas Blom wrote:
Is it possible to use the xcode graphical front-end to gdb (aka
xcode debugger) to debug applications that have been built using an
external makefile? I'm including the -g option to g++ to gen the
debug info, but when I place break points in hte source, they are
never respected by the debugger. This would seem to indicate that
the debugger does not know that the source file in question is part
of the application being launched for debug.
_______________________________________________
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