Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Trepan-Debuggers/zshdb

gdb-like "trepan" debugger for zsh
https://github.com/Trepan-Debuggers/zshdb

debugger shell zsh

Last synced: about 7 hours ago
JSON representation

gdb-like "trepan" debugger for zsh

Awesome Lists containing this project

README

        

[![Build Status Circle](https://circleci.com/gh/rocky/zshdb.svg?&style=shield)](https://circleci.com/gh/rocky/zshdb)

[![Packaging status](https://repology.org/badge/vertical-allrepos/zshdb.svg)](https://repology.org/project/zshdb/versions)

*zshdb* is gdb-like debugger for [zsh](http://www.zsh.org/) scripts. It started as a port of my bash
debugger [bashdb](http://bashdb.sf.net) 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](https://github.com/realgud/realgud). Visual Studio integration is available from rogalmic via
[ZshDebug](https://marketplace.visualstudio.com/items?itemName=rogalmic.zsh-debug).

See the [documentation](http://zshdb.readthedocs.io/en/latest/) and [wiki](https://github.com/rocky/zshdb/wiki)
for more information.

Rocky Bernstein