Version: 4.1.0 (using KDE 4.5.3) OS: Linux Whenever the program I debugged finished I get the message "*** Exited normally ***". What I would like to see here would be also the return code of the program. Bonus points if the return value can optionally be mapped to a value from errno.h. Should be configurable as it heavily depends on the program if the return code is an errno value or not. Reproducible: Always
The same would make sense for executing.
It's already implemented when executing.
Git commit 2791975f8238bdef9c18d26fe3f1a9ef90bd3732 by Niko Sams. Committed on 30/12/2011 at 19:55. Pushed by nsams into branch 'master'. output exit code when debugee exits with a exit code != 0 M +5 -1 debuggers/gdb/debugsession.cpp http://commits.kde.org/kdevelop/2791975f8238bdef9c18d26fe3f1a9ef90bd3732
Couldn't commit to 4.3 as we already in string freeze.
Git commit 51bff7a8fea78a2dfb6fb2c2322e98ecfe449b99 by Niko Sams. Committed on 30/12/2011 at 19:55. Pushed by nsams into branch '4.3'. output exit code when debugee exits with a exit code != 0 M +5 -1 debuggers/gdb/debugsession.cpp http://commits.kde.org/kdevelop/51bff7a8fea78a2dfb6fb2c2322e98ecfe449b99
was able to backport as 1i0n servers are down atm :D