MCPcopy 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
926void DumpCurrentStack()
927{
928 CrashReporter::Dumper.SnapshotThread();
929 DEBUG("%s\r\n", CrashReporter::Dumper.DumpBacktrace().c_str());
930}
931
932END_SE()

Callers

nothing calls this directly

Calls 2

SnapshotThreadMethod · 0.80
DumpBacktraceMethod · 0.80

Tested by

no test coverage detected