After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546434 - debug-toolbar strange behaviour of buttons
debug-toolbar strange behaviour of buttons
Status: RESOLVED DUPLICATE of bug 56070
Product: anjuta
Classification: Applications
Component: plugins: debug-manager
SVN TRUNK
Other All
: Normal minor
: ---
Assigned To: Sébastien Granjoux
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-08-05 16:08 UTC by Massimo Cora'
Modified: 2008-08-05 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Massimo Cora' 2008-08-05 16:08:54 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:
Comment 1 Sébastien Granjoux 2008-08-05 17:46:26 UTC
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 ***