Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: arcadiaq on July 14, 2014, 09:07:19 pm

Title: Can't see std::vector's elements while debugging
Post by: arcadiaq on July 14, 2014, 09:07:19 pm
Hi there!
I'm trying to switch from Visual Studio to Code::Blocks and I've got a following question: is it possible to see std::vector's elements while debugging in Code::Blocks?
Here's what I see while trying to get elements of vector in Watches window - I don't see actual elements, only information I don't even need
(https://pp.vk.me/c616926/v616926367/13ce5/rqcgVnQ09zQ.jpg)
And here's what I wanna see there
 (https://pp.vk.me/c616926/v616926367/13cf7/xfsFAtJnd4M.jpg)
So am I doing something wrong or it's just impossible to do while using GDB debugger?
Title: Re: Can't see std::vector's elements while debugging
Post by: oBFusCATed on July 14, 2014, 09:14:20 pm
Search the forum for "python enabled gdb"