In current git master the text fields and the labels of the Debugger configuration do not match. Reproducible: Always Steps to Reproduce: 1. Open Run->Configure launches... 2. Select "Debug" view of a launch Actual Results: When "GDB" is selected as Debugger, in the form group "Debugger" the tooltip of the text field corresponding to the label "Debugging shell" reads "Gdb executable". The tooltip of the text field corresponding to the label "Debgger executable" reads "Run gdb in a special shell (mainly for automake projects)". Expected Results: Either the tooltips or the labels should be swapped.
Git commit a16ea28090cce64bc9f542c78eb4899b6a4b9143 by Niko Sams. Committed on 04/11/2012 at 11:23. Pushed by nsams into branch 'master'. fix regression in gdb config widget: label was moved to wrong input Thanks to Tobjörn K. for the report. M +22 -22 debuggers/gdb/debuggerconfigwidget.ui http://commits.kde.org/kdevelop/a16ea28090cce64bc9f542c78eb4899b6a4b9143