MCPcopy Create free account
hub / github.com/Norbyte/ositools / SendDebugOutput

Method SendDebugOutput

OsiInterface/DebugMessages.cpp:318–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void DebugMessageHandler::SendDebugOutput(char const * message)
319 {
320 BackendToDebugger msg;
321 auto debugMsg = msg.mutable_debugoutput();
322 debugMsg->set_message(message);
323 Send(msg);
324 Debug(" <-- BkDebugOutput(): \"%s\"", message);
325 }
326
327 void DebugMessageHandler::SetDebugger(Debugger * debugger)
328 {

Callers 1

RuleActionPreHookMethod · 0.80

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected