Author Topic: debug windows  (Read 5440 times)

Offline klaas.holwerda

  • Single posting newcomer
  • *
  • Posts: 7
debug windows
« on: July 19, 2009, 09:19:36 am »
CodeBlock 8.02 on ubuntu 9.04  AMD64

Hi,

On 64 but the debugging windows (call stack etc.) appear on the top but the title bar is invisible and so the window can not be moved or closed (only via menu).
I checked on Ubuntu 9.04 32 bits and there it is oke!

Regards,

Klaas


Offline klaas.holwerda

  • Single posting newcomer
  • *
  • Posts: 7
Re: debug windows
« Reply #1 on: June 18, 2010, 12:12:30 am »
With the latest version this problem is still there.

The following is happening:
- gnome has a panel/bar on top of the screen.
- wxWidgets/Codeblocks created/places a new window(like debug watches etc.) at a default position of (0,0)
- if the gnome panel is there, that window its title is hidden by the Gnome bar, which is always on top.
- and so you can not move it by dragging the title bar.

Work around is to set the Gnome top panel to auto hide ( Right Mouse->Properties).
That way the Codeblocks window its title is visible, and you can drag.

I consider this a bug, the code should know there is a Gnome bar, and place new windows below it.

Klaas

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: debug windows
« Reply #2 on: June 18, 2010, 12:53:15 am »
This is a known problem, please search before posting...
(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!]