Code::Blocks Forums

User forums => Help => Topic started by: roso on October 23, 2011, 05:56:19 pm

Title: Debugging STL using CDB
Post 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.
Title: Re: Debugging STL using CDB
Post by: oBFusCATed on October 23, 2011, 06:48:59 pm
What is the debugger's debug log?
You can enable it here: Settings -> Debugger -> Common -> Display debugger's log
Title: Re: Debugging STL using CDB
Post by: roso on October 23, 2011, 06:58:06 pm
Indeed, it wasn't enabled but even by enabling it I cannot see what's inside my map :/
Title: Re: Debugging STL using CDB
Post by: oBFusCATed on October 24, 2011, 07:56:05 pm
Just paste it, here so I can take a look for strange things. (please use code tags)
Does it work with gcc+gdb?
Title: Re: Debugging STL using CDB
Post by: roso on October 24, 2011, 08:01:35 pm
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 :/
Title: Re: Debugging STL using CDB
Post by: oBFusCATed on October 24, 2011, 08:25:42 pm
What is the debugger's debug log?
You can enable it here: Settings -> Debugger -> Common -> Display debugger's log