• 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
Values in Summary Column of Debugger Are Not Resolved
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Values in Summary Column of Debugger Are Not Resolved


  • Subject: Values in Summary Column of Debugger Are Not Resolved
  • From: Lance Drake <email@hidden>
  • Date: Mon, 6 Sep 2004 23:09:52 -0600

In the debugger window, after I were to stop at a line of code like '[self readXMLfile:filename];' I would expect to see the variable 'filename' appear as 'tempfile.xml' in the 'Summary' column of the debugger window. Instead I see '{(char *)Xcode_CFStringSummary($VAR, $ID)}:s' in the Summary column.

This behavior is repeated all over the application - for CF refs and NS refs, as well. The 'value' column represents a valid address for the variable. Telling the IDE to 'Print description to console' works - as the expected filename appears in the console along with the name of the variable. However, 'view variable as expression' and 'view variable in window' show the same 'meta' reference and not 'tempfile.xml'.

In another case a local variable such as "OSErr err = 0;" is presented in the debugger as:

Variable Value Summary
------- ----- --------
err 0 {(char *)DataViewersCarbonOSStatus((OSStatus)$VAR, $ID)}:s


The odd thing is that, in many other cases, the variables are represented as expected.
We're talking about behavior of the latest XCode 1.5 installation.


Any clues?

Thanks,

Lance Drake
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Values in Summary Column of Debugger Are Not Resolved
      • From: Dave Camp <email@hidden>
  • Prev by Date: Re: How to make a C shared lib in XCode?
  • Next by Date: Xcode 1.5: debugger timeout
  • Previous by thread: Re: Sampler problem
  • Next by thread: Re: Values in Summary Column of Debugger Are Not Resolved
  • Index(es):
    • Date
    • Thread