• 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: LLDB and NSLocalizedString()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LLDB and NSLocalizedString()


  • Subject: Re: LLDB and NSLocalizedString()
  • From: Kate Stone <email@hidden>
  • Date: Tue, 29 Sep 2015 09:54:18 -0700

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"

Kate Stone email@hidden
 Xcode Low Level Tools
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
References: 
 >LLDB and NSLocalizedString() (From: Alex Zavatone <email@hidden>)
 >Re: LLDB and NSLocalizedString() (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: LLDB and NSLocalizedString()
  • Next by Date: Re: LLDB and NSLocalizedString()
  • Previous by thread: Re: LLDB and NSLocalizedString()
  • Next by thread: Re: LLDB and NSLocalizedString()
  • Index(es):
    • Date
    • Thread