PDA

View Full Version : Debbuging



Maluko_Da_Tola
20th August 2010, 23:48
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 value that the pointer p points to.

Thank you

squidge
20th August 2010, 23:52
Did you try adding a watch for "*p" ? If I understand what your saying, that should work.

Maluko_Da_Tola
21st August 2010, 00:00
How do I add a watch for *p?

Thank you