10#include "../macros.hpp"
14hi_export_module(hikogui.utility.debugger : intf);
16hi_export
namespace hi {
inline namespace v1 {
43 std::cerr << std::format(
"Abnormal termination.\n{}\n",
msg);
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
bool prepare_debug_break() noexcept
Prepare for breaking in the debugger.
Definition debugger_win32_impl.hpp:21
std::atomic< char const * > debug_message
Message to show when the application is terminated because of a debug_abort.
Definition debugger_intf.hpp:20
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377