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

Method SendDebugOutput

BG3Extender/Osiris/Debugger/DebugMessages.cpp:311–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 void DebugMessageHandler::SendDebugOutput(char const * message)
312 {
313 BackendToDebugger msg;
314 auto debugMsg = msg.mutable_debugoutput();
315 debugMsg->set_message(message);
316 Send(msg);
317
318 if (IsConnected()) {
319 DEBUG(" <-- BkDebugOutput(): \"%s\"", message);
320 }
321 }
322
323 void DebugMessageHandler::SetDebugger(Debugger * debugger)
324 {

Callers 1

RuleActionPreHookMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected