Registry / utility / stackwalker

stackwalker

JSON →
library2023-06-24vcpkgunverified

StackWalker - Walking the callstack.

vcpkg install stackwalker
INSTALL
IMPORT
SIG · STACKWALKER
S
stackwalker
utilitycppv2023-06-24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StackWalker.h
#include <StackWalker.h>

Print the current call stack

#include <StackWalker.h> int main() { StackWalker sw; sw.ShowCallstack(); return 0; }
Debug
Known issues
gotchaWindows-only library; requires DbgHelp.dll and may need administrator privileges for full stack walking
fix
Use only on Windows and ensure DbgHelp.dll is available
affects: *
Upgrade
Version history
2023-06-24latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

stackwalker — pip install stackwalker · libregistry