|
Can't enter input using debug in Kdevelop
If I run a simple C++ program that writes a message and asks for input under Kdevelop it works successfully. When I run it through debug, and step through the code, it will display the message on the console but stops at the statement asking for input. Is it possible to enter the input? Debug only seems to show the 'app output widget' and not allow input to be entered.
|