------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=146094 Summary: Debugging console applications does not produce console window Product: kdevelop Version: 3.4.0 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: greatbunzinni gmail com Version: 3.4.0 (using KDE KDE 3.5.7) Installed from: Ubuntu RPMs I'm trying to write a small program that reads from stdin but it looks like KDevelop isn't capable of debugging it. After I start the debugging session, the GDB tab pops up and the "Application" tab is clear but there is absolutely no console window nor any way to feed data into the app's stdin. To make matters worse, it isn't even possible to set up a redirection in the run option's menu. It would be nice if KDevelop was capable of debugging apps which read from the standard input.