CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
debug.h
Go to the documentation of this file.
1#pragma once
2
5
17
18#include <cx/debug/assert.h>
19#include <cx/debug/blackbox.h>
20#include <cx/debug/crash.h>
21#include <cx/debug/dbglog.h>
22#include <cx/debug/stacktrace.h>
23
Runtime assertion macros and failure handling.
Black box data recorder for crash dump analysis.
Crash handler and dump generation.
Memory-buffered debug log for crash dump analysis.
Stack trace capture.