Cant get IDE to break on breakpoint in a shared library
Cant get IDE to break on breakpoint in a shared library
- Subject: Cant get IDE to break on breakpoint in a shared library
- From: Daniel Stenning <email@hidden>
- Date: Thu, 10 Jan 2008 00:01:06 +0000
- Thread-topic: Cant get IDE to break on breakpoint in a shared library
I have an Xcode project which builds a shared library. This library gets
loaded and called via a separate executable which has been set under "Active
executable"
The shared library works as expected in the host app the loads it. However I
cannot get any breakpoints to trigger when testing it out.
When I attempt to invoke a functon inside the dylib which should be trapped
by a breakpoint the IDE fails to break, and yet the function inside the
dylib IS being called. I know this because the function gets called in an
endless loop and if I click "Pause" I the Xcode debugger t I can see that
execution is always stepping through my function.
The dylib gets built and written to a particular "plugins" folder, ie not
the normal build directory.
The project in question is an intel dylib ( macho ) and is being built on
OSX 10.4 on an intel macbook pro.
Cheers,
Dan
_______________________________________________
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