# EpicGames/raddebugger

A native, user-mode, multi-process, graphical debugger.

Repository: https://github.com/EpicGames/raddebugger
Canonical: https://ross.abutalabs.com/products/raddebugger
Language: C
License: MIT
License Family: permissive
Last push: 2026-08-26T22:28:41+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 69
- inputs: {"age_days": 966, "days_push": 7, "days_rel": 12, "gap_med": 26.0, "n_releases_24m": 17}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7437, forks 350 (observed 2026-08-28T04:09:59.890298+00:00)

## What it is
The RAD Debugger is a native, user-mode, multi-process graphical debugger for Windows x64, currently in alpha, developed by Epic Games. It also includes the RAD Debug Info (RDI) format and the RAD Linker, a fast linker for large PE/COFF executables.

## Use cases
- debug native windows x64 applications with a fast graphical debugger
- debug multi-process native programs
- convert pdb debug info to a faster custom format
- link huge c/c++ executables quickly with pdb generation
- debug large game codebases with gigabytes of debug info

## When to choose
- you debug native windows x64 code and want a faster, more responsive alternative to visual studio's debugger
- you work on very large c/c++ projects where pdb generation or conversion is slow
- you want to try a modern multi-process graphical debugger and report issues

## When to avoid
- you need linux or macos debugging today
- you need dwarf debug info support, which is not yet implemented
- you need a battle-tested production debugger - this is alpha software

## Facets
- artifact type: application
- maturity: experimental
- function: editor, developer-tools, gui
- domain: developer-tools, windows
- platform: windows, cpp, cli
- tags: debugger, native-debugging, pdb, dwarf, rdi-format, linker, game-development, epic-games

## Member repositories
- EpicGames/raddebugger (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:59.890298+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-29T17:37:42.172052+00:00, confidence not recorded.
  - readme: https://github.com/EpicGames/raddebugger (fetched 2026-08-28T04:09:59.890298+00:00, sha cf751bef8f2c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
