MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / pauseDebugOutput

Method pauseDebugOutput

src/DebugManager.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void DebugManager::pauseDebugOutput()
60{
61 // Just to be safe, restore the original message handler
62 qInstallMessageHandler(0);
63
64 buffered_debug_output->clear();
65
66 original = qInstallMessageHandler(buffer_debug_output);
67}
68
69void DebugManager::resumeDebugOutput()
70{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected