Bug 59465 - Application view should be cleared before a new debugging session starts
Summary: Application view should be cleared before a new debugging session starts
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 3.0.0a4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-07 12:19 UTC by nagytam
Modified: 2003-11-03 18:39 UTC (History)
0 users

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-07 12:19:44 UTC
Version:           Gideon (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages
OS:          Linux

Current behaviour:
two consecutive debugging sessions outputs (console app) into the same view (->confusion)

Expected behaviour:
Clear the application output view when the user starts the debugger
Comment 1 Amilcar do Carmo Lucas 2003-06-11 19:47:20 UTC
This should be fixed with a colaboration between outputviews (HarryF) and the 
debuggerpart (Jbb)
Comment 2 Amilcar do Carmo Lucas 2003-06-26 10:16:41 UTC
This is related to #60364 
Comment 3 Jens Dagerbo 2003-11-03 18:39:05 UTC
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.