MCPcopy Create free account
hub / github.com/AshampooSystems/boden / debuggerPrint

Function debuggerPrint

framework/foundation/src/debug.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7 bool debuggerPrintGoesToStdErr() { return platform::Hooks::get()->debuggerPrintGoesToStdErr(); }
8 void debuggerPrint(const std::string &message) { platform::Hooks::get()->debuggerPrint(message); }
9}

Callers

nothing calls this directly

Calls 1

debuggerPrintMethod · 0.45

Tested by

no test coverage detected