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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.