watch an array variable in ide/bdebugger

Aug 2, 2011
258
4
Berlin, Germany
Is it possible to watch an array variable in ide/bdebugger?
I can put a single array-element to the watch list, but I want to see the whole array (at least for 1-dimensional ones).
How can I accomplish this?
 
Is it possible to watch an array variable in ide/bdebugger?
I can put a single array-element to the watch list, but I want to see the whole array (at least for 1-dimensional ones).
How can I accomplish this?

The "watch" column can be a variable or a condition. Since a variable function is also a variable, you could watch an @EXECSTR containing a FOR or DO loop that iterates the array elements.
 

Similar threads