Code::Blocks Forums
User forums => Help => Topic started by: nukenuts on March 28, 2013, 02:15:36 pm
-
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?
-
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.
-
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.
(http://i46.tinypic.com/1zl6ccw.png)
-
Probably this was a bug in 10.05. Can you try if this is similarly broken in 12.11?
-
Just check and it is fixed 12.11. Cheers!