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
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.