Trepan-Debuggers / zshdb

gdb-like "trepan" debugger for zsh
GNU General Public License v3.0
293 stars 23 forks source link
debugger shell zsh

Build Status Circle

Packaging status

zshdb is gdb-like debugger for zsh scripts. It started as a port of my bash debugger bashdb so the commands used in both are similar.

The command syntax generally follows that of the trepanning debuggers and, more generally, GNU debugger gdb. Therefore knowledge gained by learning this is transferable to those debuggers and vice versa.

An Emacs interface is available via realgud. Visual Studio integration is available from rogalmic via ZshDebug.

See the documentation and wiki for more information.

Rocky Bernstein rocky@gnu.org