Code::Blocks Forums

User forums => Help => Topic started by: nukenuts on March 28, 2013, 02:15:36 pm

Title: How do you see all code in the disassembly window? (No scrollbar)
Post 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?
Title: Re: How do you see all code in the disassembly window? (No scrollbar)
Post by: oBFusCATed on March 28, 2013, 03:18:34 pm
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.
Title: Re: How do you see all code in the disassembly window? (No scrollbar)
Post by: nukenuts on March 28, 2013, 04:26:39 pm
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)
Title: Re: How do you see all code in the disassembly window? (No scrollbar)
Post by: oBFusCATed on March 28, 2013, 05:00:09 pm
Probably this was a bug in 10.05. Can you try if this is similarly broken in 12.11?
Title: Re: How do you see all code in the disassembly window? (No scrollbar)
Post by: nukenuts on March 28, 2013, 05:36:43 pm
Just check and it is fixed 12.11. Cheers!