# theapache64/rebugger

A simple Compose Multiplatform library designed to print the reason for recomposition in your console/Logcat window."

Repository: https://github.com/theapache64/rebugger
Canonical: https://ross.abutalabs.com/products/rebugger
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: android, jetpack, jetpack-compose, recomposition
Last push: 2025-08-24T15:46:05+00:00

## Health v2 (maintenance only)
Score: 50/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 38, release rhythm 44, longevity 89
- inputs: {"age_days": 1255, "days_push": 374, "days_rel": 374, "gap_med": 0, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1046, forks 9 (observed 2026-08-28T04:03:21.720882+00:00)

## What it is
Rebugger is a Compose Multiplatform library that prints the reason for Jetpack Compose recompositions to the console or Logcat. It tracks changes in composable arguments and state values to explain why a recomposition occurred.

## Use cases
- debug why a composable is recomposing in Jetpack Compose
- find unnecessary recompositions causing performance issues
- track which state or argument changed between recompositions
- print recomposition reasons to Logcat during Android development
- optimize Compose UI performance by identifying unstable parameters

## When to choose
- you are developing Android or Compose Multiplatform UIs and need to diagnose recomposition behavior
- you want a lightweight drop-in composable instead of heavyweight profilers
- you need to see which specific arguments or states triggered a recomposition

## When to avoid
- you are not using Jetpack Compose or Compose Multiplatform
- you need full performance profiling rather than recomposition reason tracking
- you need a production monitoring tool rather than a development-time debugger

## Facets
- artifact type: library
- maturity: active
- function: developer-tools, logging
- domain: android-tools, developer-tools, frontend
- platform: jvm
- tags: jetpack-compose, recomposition, debugging, compose-multiplatform, logcat, android

## Member repositories
- theapache64/rebugger (main) score 50

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.720882+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-30T07:01:59.988940+00:00, confidence not recorded.
  - readme: https://github.com/theapache64/rebugger (fetched 2026-08-28T04:03:21.720882+00:00, sha 00162e41be90)
- Data as of 2026-08-30T08:39:29.467469+00:00.
