Skip to content

stack trace support #75

Description

@rm5248

Stack trace code currently only exists on Windows. This should probably be cross-platform. Options:

  1. std::basic_stacktrace. C++23 and above(currently we are at C++20)
  2. boost stacktrace. Cross-platform, forms the basis of std::basic_stactrace
  3. libunwind

see: #73

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions