Releases: Trepan-Debuggers/zshdb
Releases · Trepan-Debuggers/zshdb
Ron Frankel late
Joachim Ansorg provided a number of important bug fixes and
enhancements.
- Make a pass over help docs
- Add missing info_sub files (Joachim Ansorg)
- configure.ac modernization
- Go over term highlighting
- Lint a number of files
- Support library dir with whitespace in info (Joachim Ansorg)
- Enforce English local in testing
- Support "info args" for the top-level frame (Joachim Ansorg)
- Support "info stack" improvements (Joachim Ansorg)
- Add Dbg prefix for more variables (Joachim Ansorg)
- redo how "quit" and termination work. We now note user exit versus normal program termination in "info
- Fix prompting after a subshell is exited
Ron Frankel in memorium
- Trap debugged-program exit like we do in bashdb
- Update debug prompt string command number after a successful cmd
- Use
Dbg_
prefix more often - Do not exit on "info var" error.
- Add gdb "info functions" and order list of properties alphabetically
- Tolerate spaces in filenames (Joachim Ansoorg)
- Update version of
term-background
used - Go over readthedocs and regularize titles in zshdb Rst docs
- Go over readthedocs sphinx warnings.
- Miscellaneous small bugs and typos from dbitouze, roc007, bitwranglr, Joachim Ansorg, srinivas32, and hcaw
gecko gecko
Very minor improvements
- Add "show prompt" to "show" list
- add "show dir" to "show" list
- Show all Pygments sytles a has installed, not just builtins. (John Purnell in bashdb)
- Fix typo which prevented syntax highlighting option from working (MenkeTechnologies)
JNC
- clean up and document better set/show commands
- autoeval,
- autolist
- confirm,
- different
- linetrace
- trace-command
- listsize,
- width
- more RsT formatting in set/show commands
- Silence "stty echo" failures in terminal detection
- Add set/show confirm
- Add ! suffix to kill command
- set $0 properly inside "eval" and "shell commands
- bump min zshdb version at least 5.4.1 to avoid memory corruption when setting $0
- other small fixes and doc improvements
9 x 7
release-1.0.1
- Revise
info variables
- Update help for
info variables
- Test for pygments on install
- Detect light/dark terminal using program from bash-terminal project (adjusted for zsh)