PDA

View Full Version : debuging



Maluko_Da_Tola
23rd August 2010, 21:49
Hi,

I would like to know if there is any way of getting the values of each entry of poiter arrays during debbuging? For example, if I have an array *p, I can see in the locals and watchers that there is a variable *p, but I can't see the corresponding values of the elements of *p.

Thank you