theapache64/rebugger
A simple Compose Multiplatform library designed to print the reason for recomposition in your console/Logcat window." observed · 2026-08-28
Health v2 · maintenance only
50/100
- Activity 38
- Release rhythm 44
- Longevity 89
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 1255
- days_rel: 374
- days_push: 374
- n_releases_24m: 2
Adoption not part of the score
1046 stars · 9 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
developer-tools logging android-tools developer-tools frontend jvm jetpack-compose recomposition debugging compose-multiplatform logcat android
1 source
- readme: https://github.com/theapache64/rebugger · fetched 2026-08-28 · 00162e41be90
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| theapache64/rebugger | main | 50 |
For agents
markdown · JSON · MCP: product_card(name="theapache64/rebugger")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem