Does "Additional Directories to Find Source Files" work?
Does "Additional Directories to Find Source Files" work?
- Subject: Does "Additional Directories to Find Source Files" work?
- From: Daniel Jalkut <email@hidden>
- Date: Wed, 17 Aug 2005 11:38:49 -0400
I'm linking to a static library that is built with debug symbols, so
I want gdb to recognize its source dir when I'm debugging my tool.
I discovered the "Additional Directories..." configuration in the
Debug pane of the Executable inspector. Perfect! But when I set a
path (full POSIX) in this table and debug the executable, it doesn't
seem to help. I even turned off the "auto run" feature so I could
inspect gdb. After setting a full path to a local directory on my
disk, I start the debug session and type "dir" from the gdb console:
(gdb) dir
Source directories searched: $cdir:$cwd
No sign of my custom path. Is this feature supposed to work? Are
there some gotchas I should know about?
Thanks!
Daniel
_______________________________________________
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