• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 7 - Only get assembly code visible
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 7 - Only get assembly code visible


  • Subject: Re: Xcode 7 - Only get assembly code visible
  • From: Jim Ingham <email@hidden>
  • Date: Thu, 10 Nov 2016 10:40:08 -0800

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


  • Follow-Ups:
    • Re: Xcode 7 - Only get assembly code visible
      • From: Peter Hudson <email@hidden>
References: 
 >Xcode 7 - Only get assembly code visible (From: Peter Hudson <email@hidden>)

  • Prev by Date: Re: Xcode 7 - Only get assembly code visible
  • Next by Date: Re: Xcode 7 - Only get assembly code visible
  • Previous by thread: Re: Xcode 7 - Only get assembly code visible
  • Next by thread: Re: Xcode 7 - Only get assembly code visible
  • Index(es):
    • Date
    • Thread