JuliaDebug / JuliaDebug/Debugger.jl
How to see past debugger output eg after hitting ^D?
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 514
- Forks
- 50
- Avg merge
- 9d 9h
- Merged PRs (30d)
- 1
Description
With the old Debugger.jl I could scroll up and see the previous state, including after hitting ^D. With the new Debugger the text corresponding to previous state is deleted at each stage, and everything is lost after ^D.
How do I see the old output?
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 reproducing the debugger session described in the issue, including moving between stages and pressing ^D, then compare the new Debugger's behavior with the old Debugger.jl behavior. Determine whether previous output can be retained or recovered; done means identifying the supported way to view it or clearly documenting that it is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100