MCPcopy Create free account
hub / github.com/decaf-emu/decaf-emu / printStackTrace

Function printStackTrace

src/common/src/platform_win_stacktrace.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void
70printStackTrace(StackTrace *trace)
71{
72 auto str = formatStackTrace(trace);
73 OutputDebugStringA(str.c_str());
74}
75
76} // namespace platform
77

Callers

nothing calls this directly

Calls 1

formatStackTraceFunction · 0.70

Tested by

no test coverage detected