Skip to content

Releases: rocky/zshdb

Ron Frankel late

21 Mar 15:01
9012a8d
Compare
Choose a tag to compare

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

15 Mar 20:42
Compare
Choose a tag to compare
  • 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

10 Dec 08:03
Compare
Choose a tag to compare

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

17 Nov 13:35
Compare
Choose a tag to compare
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

27 Oct 15:07
Compare
Choose a tag to compare
  • Add "skip" command
  • Add "debug" command
  • Lots of little help doc fixes
  • Update for current pygments advances. Now use the default TERMINAL colors

release-1.0.1

10 Sep 12:49
Compare
Choose a tag to compare
  • 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)