Re: Xcode 7 - Only get assembly code visible
Re: Xcode 7 - Only get assembly code visible
- Subject: Re: Xcode 7 - Only get assembly code visible
- From: Peter Hudson <email@hidden>
- Date: Thu, 10 Nov 2016 18:47:21 +0000
Thanks for the suggestions.
I did a complete clean and rebuild (again) and everything went back to normal.
Cheers
Peter
Original Message
From: Jim Ingham
Sent: Thursday, 10 November 2016 18:42
To: Peter Hudson
Cc: email@hidden
Subject: Re: Xcode 7 - Only get assembly code visible
That's usually because you are debugging code built without debug information or stripped. It's not that hard to accidentally flip this setting. Check your build settings to make sure the debug information generation is on and set to DWARF. You can also check the detailed build output for one of your source files, and make sure the -g option is being passed.
If that's not the problem, ping us back and we'll help you with further diagnosis.
Jim
> On Nov 10, 2016, at 4:47 AM, Peter Hudson <email@hidden> wrote:
>
> Usually when I hit a breakpoint in my code I stop in relevant line in the source code.
> Suddenly Xcode will only show me the assembly code.
>
> How do I get back to seeing the source ?
>
> Any help gratefully received !
>
> Peter
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users 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.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden