Problems setting breakpoints
Problems setting breakpoints
- Subject: Problems setting breakpoints
- From: Andrew Kimpton <email@hidden>
- Date: Wed, 5 Nov 2003 09:46:08 -0800
I have a somewhat 'odd' setup in my code that seems to be defeating
Xcode's breakpoint setting mechanisms :
I have a bundle A which is linked against a static library Z. Bundle A
also later in execution causes a Dynamic Library B to be loaded, B is
also statically linked against the same library Z (the same libZ.a file
even)
Although I can set breakpoints in the code that is unique to A and B
and they're enabled correctly, and execution stops in the right places
any breakpoints I set within code in the static library Z are only
tripped if that code is called from A.
Is there a way to 'coerce' or manually set breakpoints in the static
library Z so that they're also tripped when called from B ? Perhaps
using the gdb console ? I can stop execution just before or after B is
loaded if I have to manually set breakpoints at that time.
Any other suggestions ?
Andrew 8-)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.