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: Jens Alfke <email@hidden>
- Date: Thu, 10 Nov 2016 10:41:22 -0800
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.
You may be running an optimized/release build without debug symbols. Check the scheme setting to see which configuration you’re building, and look at the target build settings to see what debug symbols it’s generating.
—Jens |
_______________________________________________
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