Re: watching a pointer?
Re: watching a pointer?
- Subject: Re: watching a pointer?
- From: Jan Hegewald <email@hidden>
- Date: Sat, 3 Jun 2006 17:13:54 +0200
Hello,
Am 03.06.2006 um 16:04 schrieb Michael:
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.
why not just watch the array via the pointer?
Cheers,
-- Jan
_______________________________________________
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