- Add "debug" command
- Make "step" honor "set different" setting, Go over "set different" RsT doc
- Was errondeoulsy lower-casing RsT
- Remove obsolete "set force"
- add "set editing gmacs"; it's a ksh'ism
- Remove COLORFGBG message from term-background.sh
First 1.0.0 release (semantic versioning now possibile)
- automated light/dark background detection from term-background.sh
- ReStructuredText formatting of set/show subcommands
- add "set/show style"
- Go over docs
- Add readthedocs docs https://kshdb.readthedocs.io/en/latest/
- Tolerance for spaces in path names
- Issue #5 fix
- Need ksh93v- for file I/O fixes
- Start RsT formatting on help documentation
- Use more modern autoconf
- Fix bugs around pr command
- Add --no-highlight option.
- remove emacs code - use realgud (available from MELPA) if you want Emacs support
- Doc grammar fixes
- indicate which breakpoint(s) are deleted and set; this helps frontends like realgud
- Add Syntax coloring if pygmentize is installed
- Add gdb-like commands:
- "info args"
- "info functions"
- "condition"
- "complete"
- Remove hard-wiring of "info", "set", and "show" commands.
- Expand help text for various commands
- Debugger commands can be the smallest unique prefix
- Fix bugs in 'trace', 'untrace' and 'shell' commands
- "set debugging" is not "set debug" to match gdb
- Unit tests are faster and have less white space but more useful information
- Add an easy way to evaluate the current source line or expression inside the source line (debugger commands "eval" and "eval?")
- ability to go into a nested shell but keeping existing variables and functions set. (debugger command "shell")
- show hit counts in breakpoint display
- Add debugger "display" command
- Add debugger set/show autolist
- Make sure we can debug files with a space in the directory path.
- Many cleanups and some small bugfixes
- Remove emacs code. Use emacs-dbgr from github instead.
-
Better tolerance for files with embedded blanks. Make sure to quote parameters in argument passing.
-
Add "set force", "step+", and "step-", "next+", and "next-" commands.
-
Preface more variable names with Dbg.
-
"restart" command fixed slightly.
-
Remove Emacs compile warnings
- Add "condition" command
- Add "kill" command
- More OSX friendly
- Add manual page and "--help" usage corrections
- Add "enable", "disable", and "examine" debugger commands.
- Add "set inferior-tty" and --tty option.
- Bug fix to find scripts in . that don't start with . or / to run.
First public release.