rr-debugger / rr-debugger/rr

Implement conditional logging

Open
#466 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
10.7k
Forks
662
Avg merge
2d 3h
Merged PRs (30d)
2

Description

In which we can say things like, "start logging after trace line 498", or "only log for trace line 12". Logging is only statically enabled currently. This is the one of the features that the lack of really hurts when working with big traces.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing statically enabled logging path and the code that handles trace-line numbers. Clarify how logging should behave for a start threshold and an exact trace line, then define tests that demonstrate both conditions and confirm that existing logging remains unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.