News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

No cursor in Disassembly Window

Started by Echo78, December 29, 2009, 05:29:11 PM

Previous topic - Next topic

Echo78

Hi All.

The same problem as here.
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?

oBFusCATed

Works for me, using the wxpropgrid_debugger branch.

GDB, GCC versions?
(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!]

Echo78

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?

stahta01

Quote from: Echo78 on December 29, 2009, 08:37:22 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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]