Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trepan-debuggers/zshdb
gdb-like "trepan" debugger for zsh
https://github.com/trepan-debuggers/zshdb
debugger shell zsh
Last synced: 3 days ago
JSON representation
gdb-like "trepan" debugger for zsh
- Host: GitHub
- URL: https://github.com/trepan-debuggers/zshdb
- Owner: Trepan-Debuggers
- License: gpl-3.0
- Created: 2008-08-08T17:44:49.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T10:03:49.000Z (3 months ago)
- Last Synced: 2024-12-24T00:07:18.682Z (8 days ago)
- Topics: debugger, shell, zsh
- Language: Shell
- Homepage:
- Size: 1.91 MB
- Stars: 296
- Watchers: 17
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
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