Displaying string variables in debugger...
Displaying string variables in debugger...
- Subject: Displaying string variables in debugger...
- From: Kevin Hoyt <email@hidden>
- Date: Tue, 17 Aug 2004 11:03:42 -0700
Hi all,
So is it a defect that Xcode 1.5 doesn't show character string variables
in the debugger? It does fine for numbers but does not show char* data as
strings. The array can be displayed, but that's a pain.
I have 'enable data formatters' and 'natural' selected. Is that supposed
to be enough to display char strings?
For example if I have
char myString[]="myString";
I can not get myString to show in the debugger.
Any suggestions?
_______________________________________________
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.