XCode 1.5 not showing source listing in debugger
XCode 1.5 not showing source listing in debugger
- Subject: XCode 1.5 not showing source listing in debugger
- From: Brad Oliver <email@hidden>
- Date: Wed, 11 Aug 2004 11:20:03 -0700
I've got a rather unusual issue with XCode 1.5, and it's driving me
absolutely batty. In many cases, XCode is not displaying the source for
my app when running through the debugger. This is a C++ app, if that
makes any difference. I've installed XCode on a brand-new G5 that
didn't previously have the developer tools installed, running 10.3.4.
At one point, I trashed the "build" directory, did a Clean All and then
rebuilt the app and got a source display for one of the troublesome
files in question. But since then, I have not had any luck getting the
source to show up again in the debugger. For 50% of the routines I stop
in, I'm looking at just the PPC display.
The routines are, as I mentioned before, C++ methods and none of them
are inlined. I'm starting to wonder if perhaps it's a name-mangling
issue and XCode is having trouble associating the name with the proper
source.
If there's any more information I can provide, let me know. I'd love to
resolve this, as it's making debugging in XCode for this project
virtually useless right now.
--
Brad Oliver
email@hidden
_______________________________________________
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.