News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How do you see all code in the disassembly window? (No scrollbar)

Started by nukenuts, March 28, 2013, 02:15:36 PM

Previous topic - Next topic

nukenuts

I am using Code::Blocks on Linux Mint 13. I have the disassembly window open during debug but there is no scrollbar in it so I can only see whatever fits in the visible part of the window. Obviously this window, like any window, is pointless if you cant scroll to see its content. Is there some setting I need to enable to get a scrollbar in the disassembly window? Or is this a bug?

oBFusCATed

Screen shots?

But keep in mind that gdb doesn't dis-assempble all of your code, just the chunk around the current instruction pointer or something similar.
(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!]

nukenuts

Here's a screenshot. As you can see, every other panel has a scrollbar. And even if gdb only shows the current stack frame, there is numerous lines of the current stack frame missing because I can't sroll down to them.


oBFusCATed

Probably this was a bug in 10.05. Can you try if this is similarly broken in 12.11?
(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!]

nukenuts