Bug 59465

Summary: Application view should be cleared before a new debugging session starts
Product: [Applications] kdevelop Reporter: nagytam
Component: Output ViewsAssignee: 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:

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.