problem with source code debugging for dynamically linked libraries
problem with source code debugging for dynamically linked libraries
- Subject: problem with source code debugging for dynamically linked libraries
- From: Borghesi <email@hidden>
- Date: Fri, 28 Nov 2003 17:01:33 +0100
The whole thing is a C program loading dynamically several shared
libraries (compiled as bundles) and everything is compiled with the
debugging option.
This is what happens:
- we launch the C program (Target of type Standard Tool)
- this program links dynamically several shared libraries using
NSLinkModule()
These are the symptoms:
- we can't set breakpoints inside of the code of the shared libraries
using the arrows of the GUI
- if we set a symbolic breakpoint (using a function name) the debugger
stops, but the we don't have access to the source or any state
- the function name in the display of the C function stack is gray
- using next in the debugger (or the "Step Over" button)we have the
following error message:
"Single stepping until exit from function osc_set_phase, which
has no line number information."
Everything worked well with ProjectBuilder on Jaguar.
Any hints or experiences?
Regards
Riccardo
_______________________________________________
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.