Code::Blocks Forums
User forums => Help => Topic started by: roso on October 23, 2011, 05:56:19 pm
-
Is it possible to debug the STL containers using the CDB debugger through codeblocks?
Everything is configured correctly but apparently a symbol path is missing.
I'm using C::B svn 7289, VC++2010 complier.
Thanks.
-
What is the debugger's debug log?
You can enable it here: Settings -> Debugger -> Common -> Display debugger's log
-
Indeed, it wasn't enabled but even by enabling it I cannot see what's inside my map :/
-
Just paste it, here so I can take a look for strange things. (please use code tags)
Does it work with gcc+gdb?
-
Under Linux it works.
Under Windows nor gdb nor cdb works.
What should I paste? The problem isn't from my code but rather a configuration I missed :/
-
What is the debugger's debug log?
You can enable it here: Settings -> Debugger -> Common -> Display debugger's log