4#ifndef _Stroika_Foundation_Debug_Backtrace_h_
5#define _Stroika_Foundation_Debug_Backtrace_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
18namespace Stroika::Foundation::Debug {
26 optional<unsigned int> fSkipFrames;
27 static inline unsigned int sDefault_SkipFrames = 0;
32 optional<unsigned int> fMaxFrames;
33 static inline unsigned int sDefault_MaxFrames = numeric_limits<unsigned int>::max ();
38 optional<bool> fIncludeSourceLines;
39 static inline bool sDefault_IncludeSourceLines =
false;
83 wstring
Capture (
const Options& options = {});
wstring Capture(const Options &options={})