MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / DebugOutputDebugString

Function DebugOutputDebugString

Reference code/osImageTool/debug.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 g_debugOutputFlags |= DBG_MESSAGEBOX;
50}
51void DebugOutputDebugString()
52{
53 g_debugOutputFlags |= DBG_OUTPUTDEBUGSTRING ;
54}
55void vwdebug(const WCHAR *msg, va_list ap)
56{
57 WCHAR *wbuf= new WCHAR[MAX_DEBUG_LENGTH];

Callers 2

InitInstanceMethod · 0.85
ConfigurationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected