summaryrefslogtreecommitdiffstats
path: root/examples/stacktrace-windows/common.h
Commit message (Collapse)AuthorAge
* Add backtraces to examples (#5973)Anders Leino2025-01-07
* examples: Log stack trace on exceptions For now, this is only implemented on Windows. This helps to address #5520. * examples: Print log file if there is any * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He <yonghe@outlook.com>