Code::Blocks Forums

User forums => Help => Topic started by: Lord Miscrit on July 26, 2015, 12:13:12 pm

Title: Watches
Post by: Lord Miscrit on July 26, 2015, 12:13:12 pm
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....