Author Topic: Watching a strucure array  (Read 3341 times)

Offline eddyq

  • Multiple posting newcomer
  • *
  • Posts: 56
Watching a strucure array
« on: March 19, 2013, 03:41:14 pm »
I have a pointer to an array of structs. I want to watch the 1st 30 structs. If I watch the pointer it only watches the pointer itself. How can I watch the array?

Offline Radek

  • Multiple posting newcomer
  • *
  • Posts: 104
Re: Watching a strucure array
« Reply #1 on: March 19, 2013, 05:41:14 pm »
Right click the array in the Watches, select Dereference Pointer. If the array is long then right click again, select Properties, set from..to.