User forums > Using Code::Blocks

The output infomation of std:bitset is insufficient when debugging.

<< < (5/6) > >>

killerbot:
where's this option
--- Quote ---And make sure you've disabled the option for the old scripts!
--- End quote ---
??


EDIT : FOUND IT : Enable watch scripts ===> disabled it, CB is now nicely showing the stuff :-)

..... it WORKS ....

ollydbg:
@killerbot, see screen shot:

ollydbg:

--- Quote from: oBFusCATed on April 02, 2012, 01:41:14 pm ---ollydbg: on linux gdb is smart and loads it by correctly if the printers are next to the bin/so file. Read the gdb docs for details, I'm sure they've documented it there. :)

--- End quote ---
@OBF
I have scan the gdb document and still can't find about how to automatically load stdc++'s python script, can you show me where can I find it.

BTW: I have tested under windows, that the stdc++ python script does not automatically loaded by gdb.

oBFusCATed:
http://sourceware.org/gdb/current/onlinedocs/gdb/Auto_002dloading.html#Auto_002dloading

ollydbg:

--- Quote from: oBFusCATed on April 02, 2012, 04:58:46 pm ---http://sourceware.org/gdb/current/onlinedocs/gdb/Auto_002dloading.html#Auto_002dloading

--- End quote ---
Thanks. It looks like gdb will automatically load a python script which name matches a shared library/object file.

I just tried under c::b's debugger plugin's command line:


--- Quote ---[debug]> info auto-load-scripts
[debug]No auto-load scripts.

--- End quote ---

Maybe, I'm using a static libstdc++ mingw(PCX's 4.6.3), so I don't have such dll for libstdc++. :) Not tried other mingw package.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version