Re: Values in Summary Column of Debugger Are Not Resolved
Re: Values in Summary Column of Debugger Are Not Resolved
- Subject: Re: Values in Summary Column of Debugger Are Not Resolved
- From: Dave Camp <email@hidden>
- Date: Tue, 7 Sep 2004 09:50:00 -0700
I complained about this a couple of weeks ago. Everyone working on my
project that upgraded to XCode 1.5 now has the problem. I have not
found a solution yet...
Dave
On Sep 6, 2004, at 10:09 PM, Lance Drake wrote:
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.
---
The path of least resistance, it's not just for electricity any more.
_______________________________________________
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.