In KDevelop 5.2.1, when a simple Hello World console app is executed, konsole displays the output, but does not exit. It remains open no matter what I type and I have to click on the 'X' sign to exit. In Run->Configure Launches-> the "Use external terminal is checked" and it has the commands "konsole --noclose --workdir %workdir -e %exe" My OS is Ubuntu: 17.04
That's the expected behavior - remove the --noclose if you want it to close Konsole afterwards.
(In reply to Kurt Hindenburg from comment #1) > That's the expected behavior - remove the --noclose if you want it to close > Konsole afterwards. What I meant is - konsole does not ask for a keypress to exit, it displays the output and then keeps accepting input from the user, without exiting. There is no "press any key to exit" displayed. Removing --noclose makes konsole exit BY ITSELF without any keypress by the user. It closes too fast to see any output.
This looks like a feature request for kdevelop rather than a bug in konsole.
(In reply to Ahmad Samir from comment #3) > This looks like a feature request for kdevelop rather than a bug in konsole. I guess you are right. Should I change the status to "resolved"?
I've just switched the product to kdevelop.