How to set breakpoints in a static lib?
How to set breakpoints in a static lib?
- Subject: How to set breakpoints in a static lib?
- From: "Sean McBride" <email@hidden>
- Date: Thu, 6 Oct 2005 10:26:03 -0400
- Organization: Rogue Research
Hello,
My app uses a 3rd party open source static library, which I build myself
with configure/make. I have built it with -gfull. At quit my app
crashes in OFListBase::~OFListBase(), a method in the static lib. My
backtrace shows all the symbols, and the editor shows the code. It
seems therefore that debug symbols are present.
I'd really like to be able to set a breakpoint here, but it doesn't
work. I've tried putting an arrow in the gutter, using 'b
OFListBase::~OFListBase()<TAB>' from the command line (then setting 8
different breakpoints for all the varieties of destructors), and using
'b oflist.cc:58', but it never stops.
What trick is needed? Thanks!
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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