Debugger should be project aware
Open
Nobody has claimed this yet.
breakpoint
enhancement
functionality
Impact: Medium
- Dominant language
- C++
- Stars
- 331
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Now that we have the project feature, a use case is that we load multiple files into the project and put breakpoints on different modules. In that case, the debugger should be able to set all relevant breakpoints.
Contributor guide
No contributing guide indexed for this repository
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
Start by reading the project's existing project and breakpoint-handling entry points, then trace how breakpoints are associated with loaded files and modules. Verify the behavior with a project containing multiple files and breakpoints in different modules; done means all relevant breakpoints are set when debugging the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools, reverse-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100