Trepan-Debuggers / Trepan-Debuggers/remake
Pull out debugger code and put in a library.
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 850
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
The static .h include thing in debugger/commands has always been a bit of a hack.
There should be a debugger library.
Also that makes it easier to ignore when GNU readline is not around in mimalist environments, and you still want to other features of remake.
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 inspecting the static .h include structure under debugger/commands and how GNU readline is currently required. Determine the library boundary and build changes needed so debugger support can be separated while other remake features remain usable without readline. Done means the debugger code is provided as a library and minimal environments can omit readline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- build-system, devtools
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100