Author Topic: How do you see all code in the disassembly window? (No scrollbar)  (Read 6018 times)

Offline nukenuts

  • Single posting newcomer
  • *
  • Posts: 3
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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How do you see all code in the disassembly window? (No scrollbar)
« Reply #1 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.
(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!]

Offline nukenuts

  • Single posting newcomer
  • *
  • Posts: 3
Re: How do you see all code in the disassembly window? (No scrollbar)
« Reply #2 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.


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: How do you see all code in the disassembly window? (No scrollbar)
« Reply #3 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?
(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!]

Offline nukenuts

  • Single posting newcomer
  • *
  • Posts: 3
Re: How do you see all code in the disassembly window? (No scrollbar)
« Reply #4 on: March 28, 2013, 05:36:43 pm »
Just check and it is fixed 12.11. Cheers!