Ross ROSS = Recommend OSS · open-source software intelligence for agents

johnno1962/Xtrace

Trace Objective-C method calls by class or instance observed · 2026-08-28

github.com/johnno1962/Xtrace · Objective-C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4567
  • days_rel: n/a
  • days_push: 2022
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1830 stars · 132 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Xtrace is an Objective-C library (a header and C++ implementation file) that intercepts and logs all method calls to a class or specific instance using the Objective-C runtime. It is primarily useful for debugging iOS/macOS apps and has been superseded by the author's SwiftTrace project.

Use cases

  • trace all Objective-C method calls to a class
  • trace method calls on a specific object instance
  • trace an entire app bundle or embedded framework's classes
  • trace all UIKit methods matching a class name pattern
  • dump pseudo-header of a class from lldb
  • colorize method traces in Xcode console

When to choose

  • you need to see every Objective-C method call made to a class or instance for debugging
  • you want to explore undocumented framework behavior by observing method traffic
  • you work in an Objective-C codebase and want a lightweight, header-only tracing tool

When to avoid

  • your project is primarily Swift - use SwiftTrace instead
  • you need actively maintained tooling - the project is superseded and last released in 2021
  • you need production-safe tracing rather than a development-time debugging aid

Facets

library · maturity maintenance

developer-tools logging tracing developer-tools apple-ecosystem cpp objective-c method-tracing runtime-interception xcode debugging macos ios

1 source

Member repositories

RepositoryRoleHealth v2
johnno1962/Xtracemain32

For agents

markdown · JSON · MCP: product_card(name="johnno1962/Xtrace")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem