User forums > Using Code::Blocks
std::vector in the debugger: i don't understand the previous topic
21did21:
thank you for your help
--- Quote from: oBFusCATed on May 04, 2011, 10:50:44 pm ---The vector<vector<double>> doesn't work because you have not correctly commented out the function RegisterTypes(driver) function.
--- End quote ---
i have already comment this but i have an error when i comment this (you can see attached item)
oBFusCATed:
Comment only the content of the function. C::B is calling it, bug you've removed it.
And please don't attach images to the forum because the space is limited and when there is no more space left, the admins delete attachments at random.
Use some image paste like site -> imageshank, photobucket and the like.
21did21:
--- Quote from: oBFusCATed on May 05, 2011, 12:39:40 am ---Comment only the content of the function. C::B is calling it, bug you've removed it.
--- End quote ---
i do this. Double and vector works but i can't see the content of vector < vector < double > > .... :)
http://img836.imageshack.us/i/debugg.jpg/
oBFusCATed:
As far as I can tell the gdb_types.script is not disabled, still.
I don't know what you've done but it isn't.
--- Code: ---[size] = 3
[capacity]=4
[element type] = ......
--- End code ---
is printed by this (gdb_types.script) script.
21did21:
--- Quote from: oBFusCATed on May 06, 2011, 01:16:06 am ---As far as I can tell the gdb_types.script is not disabled, still.
I don't know what you've done but it isn't.
--- Code: ---[size] = 3
[capacity]=4
[element type] = ......
--- End code ---
is printed by this (gdb_types.script) script.
--- End quote ---
Ok, thank you. I think my i did not save the script when i modify then....
now it's OK i think:
http://imageshack.us/photo/my-images/822/debugg.jpg/
http://imageshack.us/photo/my-images/718/scriptxp.jpg/
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version