Re: Custom executable, yellow breakpoints
Re: Custom executable, yellow breakpoints
- Subject: Re: Custom executable, yellow breakpoints
- From: Jim Ingham <email@hidden>
- Date: Tue, 1 Apr 2008 14:07:15 -0700
Lazy Symbol Loading requires that Xcode know what source files are
built into what products (so it can tell the debugger which binaries
it should load symbols for when you click to set a breakpoint in some
file in your project.) With a Makefile based target, there's no way
for Xcode to know that.
Jim
On Apr 1, 2008, at 2:00 PM, kwiley wrote:
HA! That worked. Thanks.
On Apr 1, 2008, at 1:35 PM, Jim Ingham wrote:
Turn off "Load Symbols Lazily" in the Xcode Debugging Preferences
pane.
Jim
On Apr 1, 2008, at 11:53 AM, kwiley wrote:
I am trying to debug an executable that was built using a
makefile. I actually have a target in Xcode that builds the
program, but it simply triggers a makefile. At any rate, it
includes debug information for sure. I can debug the program on
the command line with gdb without a problem. However, I get
typical yellow breakpoint syndrome in Xcode and the breakpoints
don't trigger. Under the executable's settings, I added the
directories where the source code files are located. I'm not sure
what else to do.
Any ideas?
Thanks.
________________________________________________________________________
Keith Wiley email@hidden http://www.cs.unm.edu/~kwiley
"Luminous beings are we, not this crude matter."
-- Yoda
________________________________________________________________________
_______________________________________________
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
_______________________________________________
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