Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Echo78 on December 29, 2009, 05:29:11 pm

Title: No cursor in Disassembly Window
Post by: Echo78 on December 29, 2009, 05:29:11 pm
Hi All.

The same problem as here (http://forums.codeblocks.org/index.php/topic,7916.0.html).
In C::B svn 5616 there is no cursor in disassembly window, witch  indicates the current asm instruction. One can use "next instruction" button, I can find current instruction from CPU registers window, but it is hard to do each time. In some previous versions of CB there was yellow triangle in disassembly window. But from some version of CB (for Windows) this cursor disappears.

So my question: Is it a feature (some configuration problem) or program bug?
(http://img46.imageshack.us/img46/8194/01badfb.th.png) (http://img46.imageshack.us/i/01badfb.png/)
Title: Re: No cursor in Disassembly Window
Post by: oBFusCATed on December 29, 2009, 07:39:34 pm
Works for me, using the wxpropgrid_debugger branch.

GDB, GCC versions?
Title: Re: No cursor in Disassembly Window
Post by: Echo78 on December 29, 2009, 08:37:22 pm
I am using gcc version 3.4.5 (mingw special) and GNU gdb 6.8 with CB.
wxpropgrid_debugger - what is it? Is it a gdb plugin or independent debugger for CB? Where can I get it?
Title: Re: No cursor in Disassembly Window
Post by: stahta01 on December 29, 2009, 09:40:19 pm
wxpropgrid_debugger - what is it? Is it a gdb plugin or independent debugger for CB? Where can I get it?

I don't use debugger much; so no help on other question.
wxpropgrid_debugger is an SVN branch to test changes to debugger design and add wxPropertyGrid back to C::B SDK.

If you build from SVN you can try using the branch; if you do NOT build Code::Blocks from SVN; then I would consider the wxpropgrid_debugger branch work being done by developers not yet ready for release to nightly builds.

Tim S.