MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getDebugOut

Function getDebugOut

Source/3rdParty/bx/src/debug.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 };
247
248 WriterI* getDebugOut()
249 {
250 static DebugWriter s_debugOut;
251 return &s_debugOut;
252 }
253
254#if BX_CONFIG_CALLSTACK_USE_LIB_BACKTRACE
255 uint32_t getCallStack(uint32_t _skip, uint32_t _max, uintptr_t* _outStack)

Callers 2

debugOutputCallstackFunction · 0.85
defaultAssertHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected