Re: XCode 2.1 Debugging shows assembler by default
Re: XCode 2.1 Debugging shows assembler by default
- Subject: Re: XCode 2.1 Debugging shows assembler by default
- From: Brian Smith <email@hidden>
- Date: Wed, 22 Jun 2005 08:35:27 +0800
Check the build settings. I had the problem when upgrading my
projects that the optimatization for my development configurations
were set to -Os instead of -O0, so possibly the debug symbols aren't
set or they are being stripped.
Brian
On Jun 22, 2005, at 3:43 AM, Marco Maniscalco wrote:
Hello List!
I am using XCode 2.1 and since i've updated debugging isn't
possible anymore. I set a breakpoint and the debugger stops well
but shows assembler instead of my sourcecode. I can manually switch
back to my ObjC file, but as you can imagine such stuff like
"step into / step over" isn't possible. I have to switch back
after every assemblerline. I don't think i've played around with
the project setting. This problem persists even if I create a new
project. Any ideas? This drives me crazy ...
Thanks in advance,
Marco Maniscalco
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden