News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Watches

Started by Lord Miscrit, July 26, 2015, 12:13:12 PM

Previous topic - Next topic

Lord Miscrit

Hi guys, i have a question: why isn't possible to use the "Watch as array" function to the vectors inside a main vector?
i mean, i have a matrix dynamically allocated and i need to see all the cells that it contains to debug my program.
when i add the watch to "matrice" i go to its properties and select watch as array;
then i go to one of its pointers but i can't click on the properties :/

is there any way to do it? i don't want to add a watch to all the rows of the matrix :/
i remember that in codeblocks 10.05 this function was smarter than now....