Summary: | in kdevelop, console apps don't pause after execution | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Carl Glen Henshaw <ghenshaw> |
Component: | Output Views | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.2 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | proposed patch |
Description
Carl Glen Henshaw
2004-03-17 16:12:01 UTC
This bug makes me very unhappy. I almost bought Windows. Created attachment 8160 [details]
proposed patch
CVS commit by dymo: BUG: 77837 Thanks to Michael Nottebrock for the patch. M +1 -1 appoutputviewpart.cpp 1.31 --- kdevelop/parts/outputviews/appoutputviewpart.cpp #1.30:1.31 @@ -104,5 +104,5 @@ void AppOutputViewPart::startAppCommand( cmd += "; echo \""; cmd += i18n("Press Enter to continue!"); - cmd += "\";read'"; + cmd += "\";read dummy'"; } else cmd = program; |