Viewing Variables in Xcode
Viewing Variables in Xcode
- Subject: Viewing Variables in Xcode
- From: Brian Clark <email@hidden>
- Date: Sun, 9 Nov 2003 15:41:00 -0600
I've got a line of text in a variable ( in C, char line[1024] ), and I
want to watch it in the debugger. If I click on the triangle next to my
variable in the debugger window, I can see what what is in each element
of my char array. The problem is that each letter is on a different
line, so it's hard to read.
Is there some nifty Xcode tool or setting that allows you to see a char*
variable as a line of text instead of an array of individual values?
Thanks,
Brian
_______________________________________________
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.