pending breakpoints don't seem to work
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.7k
- Forks
- 662
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 2
Description
If I set a breakpoint on somefile:1234 in a library that hasn't been loaded yet, say "yes" I do want a pending breakpoint, and then run the recording, my pending breakpoint is never hit (and it should be). If, after having run the recording once, I type in the same breakpoint command it will set a non-pending breakpoint and this will be hit in subsequent replays.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report by setting a pending breakpoint on somefile:1234 before recording, then compare it with setting the same breakpoint after the first replay. Trace how pending breakpoints are handled when the library loads and verify that the original breakpoint is hit during subsequent replays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, linux
- Domain
- devtools, operating-systems, reverse-engineering
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100