Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ DumpCurrentStack
Function
DumpCurrentStack
BG3Extender/Extender/Shared/CrashReporter.cpp:926–930 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
924
}
925
926
void DumpCurrentStack()
927
{
928
CrashReporter::Dumper.SnapshotThread();
929
DEBUG(
"%s\r\n"
, CrashReporter::Dumper.DumpBacktrace().c_str());
930
}
931
932
END_SE()
Callers
nothing calls this directly
Calls
2
SnapshotThread
Method · 0.80
DumpBacktrace
Method · 0.80
Tested by
no test coverage detected