Bug 60535 - Provide "Konsole" outputview with interaction
Summary: Provide "Konsole" outputview with interaction
Status: RESOLVED DUPLICATE of bug 146194
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 4.0.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-30 15:37 UTC by nagytam
Modified: 2009-01-24 02:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nagytam 2003-06-30 15:37:19 UTC
Version:           CVS (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages

Application view should accept keyboard input, in order to allow to debug interactive console applications...

The console apps currently gets into an endless loop at the first input ...
Comment 1 nagytam 2003-06-30 15:41:07 UTC
WORKAROUND: 
Project Options | Debugger | Enable separate terminal for app I/O <- ON 
 
Anyway, would be nice to do it without a separate terminal... 
 
Comment 2 Jens Dagerbo 2003-06-30 16:55:17 UTC
As a bug, this is a dupe of the closed http://bugs.kde.org/show_bug.cgi?id=55717. 
 
The question is: should the application view support input? I'm changing this to a 
wishlist item for now. 
Comment 3 nagytam 2003-06-30 17:27:53 UTC
Or the question is, how useable the application view if a separate terminal I/O 
is required for an interactive console app??? 
In current state KDevelop should warn the user that it is for output-only as 
long as input is not supported... Otherwise the console app is blocked! 
Comment 4 Vladimir Prus 2006-04-27 16:48:11 UTC
The debugger option mentioned above only works for debugging. I think that features supported for running and for debugging should not differ at all, though I'm not sure if that's reasonable to try embedding full-blown terminal emulator in the "application" window.
Comment 5 Andreas Pakulat 2008-06-29 15:38:33 UTC
As we can now (KDE4) open multiple konsole view's its not unreasonable to allow running/debugging apps just use a konsole as outputview. Of course the debugger would need some extra handling as the terminal interface is different from QProcess for sending/receiving data.
Comment 6 Andreas Pakulat 2009-01-24 02:07:09 UTC
closing as duplicate of 146194 as that has a lot more ideas how to interact.

*** This bug has been marked as a duplicate of bug 146194 ***