• 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
String display problems on iPad
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

String display problems on iPad


  • Subject: String display problems on iPad
  • From: Gordon Apple <email@hidden>
  • Date: Fri, 04 Feb 2011 13:53:56 -0600
  • Thread-topic: String display problems on iPad

Why can't the XCode debugger display strings in the variable summary area
when running debug on the iPad? Instead, I get gobbledegook like "{(char
*)Xcode_CFStringSummary($VAR, $ID)}:s".  Not very useful.

I'm trying to debug some font issues.  It works properly on the simulator.
Also the following does not give me info on the fontNames array (like number
of elements):

    NSArray* fontFamilyNames = [UIFont familyNames];
    for(NSString* ffName in fontFamilyNames) {
        NSArray* fontNames = [UIFont fontNamesForFamilyName:ffName];
        NSUInteger idx = [fontNames indexOfObject:name];
        if(idx != NSNotFound)
            return YES;
    }

Is the debugger just that lame when debugging on the device?  Or have I
missed some settings somewhere?


 _______________________________________________
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: String display problems on iPad
      • From: Jerry porter <email@hidden>
  • Prev by Date: Re: Copying old instead of new Bundle Resources
  • Next by Date: Re: -mmacosx-version-min=10.6 behavior with additional libgcc_s.1.dylib's
  • Previous by thread: SOLVED: Magic sauce to kill iPhone app in Simulator on Build and Run
  • Next by thread: Re: String display problems on iPad
  • Index(es):
    • Date
    • Thread