I'm trying to step into the redland c functions from the wrapper classes in Xcode.
At the moment the debugger just skips to the next Objective-c statement.
Is there a straight forward way to configure the project for debugging into the underlying libraries?
Andy