Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void
70
printStackTrace(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
formatStackTrace
Function · 0.70
Tested by
no test coverage detected