Author Topic: Problem with debugger icons  (Read 2988 times)

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Problem with debugger icons
« on: April 24, 2010, 03:16:26 pm »
Hi all,


First, congratulations and many thanks for this IDE ! Great work. :)

I use Debian Lenny 32 bits (up-to-date) and these repositories to install C::B/wxWidgets : apt.jenslody.de, apt.wxwidgets.org
Current versions are :
C::B : svn 6203
wxWidgets : 2.8

My problem :
When using debugger, I can't click a button twice if I don't move the mouse out of this button. So when I'm tracing my code with "Next Line" (or another button), I have to move my mouse out of this button to be able to click it again.
That is not very handy, because I have to look at my mouse beetwen reading two lines of code.

Is this a bug, an issue with wxWidgets that you can't solve, or my configuration which is wrong ?

Thanks in advance, and still many thanks for the huge work !
Kernel Extremist - PedroM power ©

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Problem with debugger icons
« Reply #1 on: April 24, 2010, 03:23:36 pm »
Works for me, gentoo amd64 wxgtk 2.8.10.1, debugger branch.

Does this happen with the other toolbars? ThreadSearch for example.
(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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Problem with debugger icons
« Reply #2 on: April 24, 2010, 03:30:13 pm »
Works for me also on debian 64-bit unstable with wxWidgets 2.8.10 and gtk2.0 (2.20.0)

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Problem with debugger icons
« Reply #3 on: April 24, 2010, 03:33:38 pm »
I use gtk-qt-engine, gtk2-engines-qtcurve, kde-style-qtcurve, perhaps it could be one of these layers which causes my problem ?
I try without that and tell you what happens.

Thanks for your quick feedback !
Kernel Extremist - PedroM power ©

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Problem with debugger icons
« Reply #4 on: April 24, 2010, 03:39:53 pm »
Okay, I have removed these three packages, and C::B had his original look. But I still get the issue.

Waiting for someone else using Debian... :)

Quote
Does this happen with the other toolbars? ThreadSearch for example.
Sorry, I didn't see that. I haven't installed plugins package, I'll try.
« Last Edit: April 24, 2010, 03:42:04 pm by Folco »
Kernel Extremist - PedroM power ©

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Problem with debugger icons
« Reply #5 on: April 24, 2010, 03:51:52 pm »
Some news :
- I don't get that when clicking the "Search" icon in ThreadSearch.
- I don't get that when clicking "Debug/Continue" (its run my program which just opens a SDL window, close it and terminate), even if I don't move my mouse at all (but due to the SDL window, C::B window loses, then gets again the focus).
- I always get the problem with "Next Line" or "Next Instruction" buttons.
Kernel Extremist - PedroM power ©