Author Topic: Pretty Print Debugger Vector<Vector>> Issue  (Read 2751 times)

Offline Prekzursil

  • Single posting newcomer
  • *
  • Posts: 2
Pretty Print Debugger Vector<Vector>> Issue
« on: April 10, 2019, 09:36:32 pm »
I have pretty prints enabled in GDB, I can see deques, vectors, everything, but not imbricated containers, like vector<vector> I only see in case of a vector<vector> I see only v.back(). I also don't see them unless they are locally stored in the function not globally. Any help? Thanks! I would have attached print screens but they are over the limit of space so I uploaded it somewhere else.

https://imgur.com/a/u18mWIH

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Pretty Print Debugger Vector<Vector>> Issue
« Reply #1 on: April 11, 2019, 01:27:14 am »
Unfortunately this doesn't work :( and with the current implementation is close to impossible. :(
(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!]

Offline Prekzursil

  • Single posting newcomer
  • *
  • Posts: 2
Re: Pretty Print Debugger Vector<Vector>> Issue
« Reply #2 on: April 11, 2019, 12:08:17 pm »
Unfortunately this doesn't work :( and with the current implementation is close to impossible. :(

Alright thank you, i thought there was something i didn't know of.