Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

watch an array variable in ide/bdebugger

Aug
258
4
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

Back
Top