Observability and debugging

---

Observability and debugging

  • xtc_inspect(3) – live process and loop introspection
  • xtc_trace(3) – causal message tracing (libxtc’s seq_trace) and the per-fiber async causal trace
  • xtc_dump(3) – crash diagnostics: runtime-state dump, panic, fatal-signal handler
  • xtc_pdict(3) – Erlang-style per-process dictionary
  • xtc_alloc_audit(3) – debug allocation auditor with per-process leak detection
  • xtc_tail(3) – runtime microscope (individual scheduler-event recording)

Table of contents