Starting with Xcode 7 you can actually use macros and inlined functions, you just need to import the relevant module first:
(lldb) p @import Foundation (lldb) p NSLocalizedString(@“Test”, @“Test”) (NSTaggedPointerString *) $0 = 0x0000007473655445 @"Test"
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
|