JuliaDebug / JuliaDebug/Debugger.jl
Idea: choice to term all `similar` into `zero`/`zeros`?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 514
- Forks
- 50
- Avg merge
- 9d 9h
- Merged PRs (30d)
- 1
Description
I wonder if it could be possible for the interpreter to not use undefined variables in the debugging pass due to some switch. That would make it easy to run in some pass and identify that undefined allocations are causing the issue. Of course, making this default would be weird and cause code that doesn't work to work in the debugger, so I am not recommending that, but it could be interesting to have an option for it to do some quick checks?
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 reviewing the interpreter's debugging pass and how undefined variables are handled. Clarify the proposed switch's scope and expected behavior, including quick checks without changing default debugging semantics. Establish the acceptance criteria before considering implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100