Author Topic: Can't see std::vector's elements while debugging  (Read 4015 times)

arcadiaq

  • Guest
Can't see std::vector's elements while debugging
« 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

And here's what I wanna see there
 
So am I doing something wrong or it's just impossible to do while using GDB debugger?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Can't see std::vector's elements while debugging
« Reply #1 on: July 14, 2014, 09:14:20 pm »
Search the forum for "python enabled gdb"
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]