watching a pointer?
watching a pointer?
- Subject: watching a pointer?
- From: Michael <email@hidden>
- Date: Sat, 3 Jun 2006 07:04:09 -0700
Hi Group,
During debugging, is there a way of watching for example an array in
main while stepping through a sub-routine that contains a pointer to
the array?
Example:
void itoa( int n, char s2[]){
etc
}
In the debugger, s2 is represented as "*(s2)". As I said above, I
wish see what is happening to S2 in main as I step through itoa.
thanks in advance.
Mac OS 10.4.6
XCode 2.3
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden