# metacraft-labs/codetracer

CodeTracer is a user-friendly time-traveling debugger designed to support a wide range of programming languages.

Repository: https://github.com/metacraft-labs/codetracer
Canonical: https://ross.abutalabs.com/products/codetracer
Homepage: https://www.codetracer.com/
Language: Nim
License: AGPL-3.0
License Family: copyleft
Topics: arbitrum, c, cpp, debugger, linux, macos, nim, nix, noir, ruby, rust, time-travel, time-travel-debugger, tracer, windows
Last push: 2026-08-26T18:08:57+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 56, longevity 41
- inputs: {"age_days": 586, "days_push": 7, "days_rel": 299, "gap_med": 21.0, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1302, forks 28 (observed 2026-08-28T04:04:17.998906+00:00)

## What it is
CodeTracer is a time-traveling debugger that records program execution into a self-contained, shareable trace file. It provides a GUI for stepping forward and backward through execution and tracing the origin of any memory value to find root causes of bugs.

## Use cases
- debug a bug that is hard to reproduce by recording it once and replaying it
- find where a bad value in my program came from
- step backwards through program execution to find the root cause of a crash
- share a recording of a failing program with a teammate for debugging
- trace memory corruption back to the code that wrote it
- debug Rust, C, C++, Ruby, or Noir programs with reverse execution

## When to choose
- you need to debug non-deterministic or hard-to-reproduce bugs
- you want to trace the origin of values across an execution history
- you need to share a failing execution as a self-contained trace file
- you work in Rust, C/C++, Ruby, or Noir and want time-travel debugging

## When to avoid
- you only need simple breakpoint debugging with a standard debugger like GDB or LLDB
- your program's overhead from recording is unacceptable in production
- you need a debugger for an unsupported language
- you work exclusively on platforms outside Linux, macOS, or Windows

## Facets
- artifact type: application
- maturity: active
- function: developer-tools, gui
- domain: developer-tools, testing, programming-languages
- platform: windows, cross-platform
- tags: time-travel-debugger, reverse-debugging, trace-recording, deterministic-debugging, record-replay, debugging, linux, macos

## Member repositories
- metacraft-labs/codetracer (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:17.998906+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:52:10.455440+00:00, confidence not recorded.
  - readme: https://github.com/metacraft-labs/codetracer (fetched 2026-08-28T04:04:17.998906+00:00, sha 592c9250033d)
  - homepage: https://www.codetracer.com/ (fetched 2026-08-29T12:09:26.778117+00:00, sha f1589395eb82)
- Data as of 2026-08-30T08:39:29.467469+00:00.
