Loading...
Searching...
No Matches
Go to the documentation of this file.
14#ifndef PLASK__UTILS_DEBUG_H
15#define PLASK__UTILS_DEBUG_H
21#include <plask/config.hpp>
23#if defined(PRINT_STACKTRACE_ON_EXCEPTION) && !(defined(_WIN32) || defined(__WIN32__) || defined(WIN32))
25#include <backward.hpp>
27#define PLASK_PRINT_STACK_HERE(d) { backward::StackTrace st; st.load_here(d); backward::Printer p; p.print(st); }
31#define PLASK_PRINT_STACK_HERE(d)