GNOME Bugzilla – Bug 546434
debug-toolbar strange behaviour of buttons
Last modified: 2008-08-05 17:46:26 UTC
I actually see a strange behaviour of debug-toolbar while debugging. Steps to reproduce: 1. write a simple program and compile. 2. set some breakpoints 3. start debug for that program. 4. at breakpoint go with mouse on 'step over' (but also step-in etc) and press it: be care not to move your mouse, but let it inside the button's area. 5. the debugger should have stopped to the next line 6. click again the step over button: it does not work. You must go outside the button's area and reclick it. This is annoying when you're debugging because it deconcentrates on what you're doing. It would be good if simply clicking in the same point would make the debugger step on next statement. Other information:
I think it's due to a long standing bug in gtk: the bug #56070. You get it on these buttons, because they are made unsensitive when the debugger is running. You can see it in the project wizard too because the next button of the next page appears at the same place. I have seen that it has just been corrected 3 days ago. It should be fixed in the next release. *** This bug has been marked as a duplicate of 56070 ***