Code::Blocks Forums

User forums => Help => Topic started by: Prekzursil on April 10, 2019, 09:36:32 pm

Title: Pretty Print Debugger Vector<Vector>> Issue
Post by: Prekzursil 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
Title: Re: Pretty Print Debugger Vector<Vector>> Issue
Post by: oBFusCATed on April 11, 2019, 01:27:14 am
Unfortunately this doesn't work :( and with the current implementation is close to impossible. :(
Title: Re: Pretty Print Debugger Vector<Vector>> Issue
Post by: Prekzursil 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.