MCPcopy Create free account
hub / github.com/KDE/kdevelop / clear

Method clear

plugins/debuggercommon/widgets/debuggerconsoleview.cpp:266–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void DebuggerConsoleView::clear()
267{
268 if (m_textView)
269 m_textView->clear();
270
271 if (m_cmdEditor)
272 m_cmdEditor->clear();
273
274 m_userOutput.clear();
275 m_allOutput.clear();
276
277 m_pendingOutput.clear();
278 m_updateTimer.stop();
279}
280
281void DebuggerConsoleView::debuggerStateChanged(DBGStateFlags newState)
282{

Callers 5

flushPendingMethod · 0.45
currentSessionChangedMethod · 0.45
resetMethod · 0.45

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected