Re: cannot use macros like CGPointMake in xcode8 debugger?
Re: cannot use macros like CGPointMake in xcode8 debugger?
- Subject: Re: cannot use macros like CGPointMake in xcode8 debugger?
- From: email@hidden
- Date: Sun, 25 Sep 2016 09:24:43 -0400
> On Sep 24, 2016, at 8:26 AM, Patrick J. Collins <email@hidden> wrote:
>
>> Try:
>>
>> expr mySprite.position = CGPoint(x: 0, y: 0)
>>
>> They've made the Swift syntax for many of the Core Graphics APIs (and a few others such as Grand Central Dispatch) so they look more like object oriented code.
>>
> I am using Objecive-c.
>
> Patrick J. Collins
> http://collinatorstudios.com
I wonder if that matters in lldb. What happens if you try the Swift syntax in lldb even though your app is Objective-C?
Dave Reed
_______________________________________________
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