Bug 81276 - 'GBD cmd' loses focus when a debug command is issued through a shortcut
Summary: 'GBD cmd' loses focus when a debug command is issued through a shortcut
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 4.0.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 20:50 UTC by Nick Savoiu
Modified: 2014-12-12 15:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Savoiu 2004-05-10 20:50:13 UTC
Version:           3.0.3 (using KDE KDE 3.2.2)
Installed from:    Compiled From Sources
Compiler:          gcc3.2 
OS:          Linux

When in the GDB tab and with 'GBD cmd' having input focus if I press the shortcut for 'Next' (or similar commands) the focus should still remain with 'GBD cmd' rather than going to the editor pane.
Comment 1 Vladimir Prus 2009-12-27 11:07:49 UTC
Still happens with todays HEAD. Fixing this might require that gdb's plugin 'showStepInSource' signal additionally specify if focus may be trasferred to editor, and that parameter be computed depending on whether the GDB window/input field now has the focus.
Comment 2 Nicolai Hähnle 2014-12-12 15:29:21 UTC
Dear Nick, a quick test shows that the current KDevelop master branch does not switch the focus around, so I'm marking this as Fixed.