@jup310 - there are quite a few ways to try and generalize the way bridging to native code written in C/C++/assembly from "managed code". Since debuggers need to do this it makes sense that native code build tools can be used as part of the solution.
So what about the XCode development environment? I ran into this cool project that implements a debugger that you link right into you project. It exposes a server that can access the debugger from a webbrowser.
http://www.artandlogic.com/blog/2013/02/inspecting-ios-apps-with-ponydebugger/
This makes me wonder whether anyone has extended the Python introspection tools by allowing them to inspect native code. I think the answer is yes and someone may have already mentioned it in the forum at sometime. Could Ole do a build of Pythonista that included all the "debug" info needed to access any or all native code API's? The fact that PonyDebugger exists seems to suggest it is possible.