Re: Pointers and arrays
Re: Pointers and arrays
- Subject: Re: Pointers and arrays
- From: Michael <email@hidden>
- Date: Mon, 16 Oct 2006 09:20:31 -0700
I can't tell if you understand the issue yet. You are not passing
the array to the subfunction; you are passing a pointer to the
array to the subfunction.
Hi Justin,
I get that part...and have gotten that part from the beginning. I
also understand that the compiler (not the debugger...my mistake) is
responsible for this.
But, lets say I define an array in "main". "Main sub_function" is
where all the manipulation occurs, which I want to follow in the
debugger. The only way that I do this now, is to have to repeatedly
click the "main" function in the debugger, as all I see in the
subfunction is the pointer to the array. Is there a way of doing this
without having to stop each time and go back to "main"...which is all
I am asking.
Tks
_______________________________________________
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