News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Debugging STL using CDB

Started by roso, October 23, 2011, 05:56:19 PM

Previous topic - Next topic

roso

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.

oBFusCATed

What is the debugger's debug log?
You can enable it here: Settings -> Debugger -> Common -> Display debugger's log
(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!]

roso

Indeed, it wasn't enabled but even by enabling it I cannot see what's inside my map :/

oBFusCATed

Just paste it, here so I can take a look for strange things. (please use code tags)
Does it work with gcc+gdb?
(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!]

roso

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 :/

oBFusCATed

Quote from: 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
(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!]