Values in Summary Column of Debugger Are Not Resolved
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.