MCPcopy Create free account
hub / github.com/KDE/labplot / enableDebugTrace

Function enableDebugTrace

src/backend/lib/Debug.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return _debugTraceEnabled;
35}
36void enableDebugTrace(bool enabled) {
37 _debugTraceEnabled = enabled;
38}
39bool debugParserEnabled() {
40 return _debugParser;
41}

Callers 3

applySettingsMethod · 0.85
mainFunction · 0.85
initTestCaseMethod · 0.85

Calls

no outgoing calls

Tested by 1

initTestCaseMethod · 0.68