Summary: | Application view should be cleared before a new debugging session starts | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | nagytam |
Component: | Output Views | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0a4 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
nagytam
2003-06-07 12:19:44 UTC
This should be fixed with a colaboration between outputviews (HarryF) and the debuggerpart (Jbb) This is related to #60364 Fixed in CVS. I added a clearView() method to KDevAppFrontend and simply call it from DebuggerPart::slotRun(). It doesn't break the encapsulation any worse than the two already exising insertStd... methods do and it does help to clarify what output your program actually produced on the last (debug) run. |