bashdb, The Bash Debugger Project, is a source-code debugger for bash that follows the gdb command syntax.
The purpose of a debugger such as the BASH debugger is to allow you to see what is going on “inside” a bash script while it executes.
The BASH debugger can do four main kinds of things (plus other things in support of these) to help you find bugs:
- Start your script, specifying anything that might affect its behavior.
- Make your script stop on specified conditions.
- Examine what has happened, when your script has stopped.
- Change things in your script, so you can experiment with correcting the effects of one bug and go on to learn about another.
The command syntax generally follows that of the zsh debugger trepanning debuggers and, more generally, GNU debugger gdb.
Although you can use bashdb to debug scripts written in bash, it can also be used just as a front-end for learning more about programming in bash. As an additional aid, the debugger can be used within the context of an existing script with its functions and variables that have already been initialized; fragments of the existing can be experimented with by entering them inside the debugger.
Website: bashdb.sourceforge.net
Support: Documentation, SourceForge Project Page
Developer: Rocky Bernstein
License: GNU General Public License v2.0
Related Software
| Debuggers | |
|---|---|
| LLDB | Next generation, high-performance debugger |
| Ghidra | Software reverse engineering framework |
| Delve | Source level debugger for the Go programming language |
| GDB | The GNU Debugger |
| Valgrind | A memory debugger and profiler |
| Radare2 | Portable reversing framework |
| BugStalker | Rust debugger |
| Xdebug | Extension for PHP to aid debugging and development |
| Seer | GUI frontend to GDB |
| iaito | Graphical interface for radare2 |
| React Native Debugger | Standalone app for debugging React Native apps |
| KDbg | Graphical user interface to GDB |
| strace | Diagnostic, debugging and instructional userspace utility |
| rr | Record-and-replay debugger |
| drgn | Programmable debugger that puts scripting at the centre |
| cgdb | Lightweight console frontend to the GNU debugger |
| PuDB | Console-based visual debugger for Python |
| nnd | Partially inspired by RemedyBG |
| bashdb | Source-code debugger for bash; follows the GDB command syntax |
| Sysprof | Profile an application or entire system |
| crash | Linux kernel crash analysis utility |
| Nemiver | Standalone graphical debugger for GNOME |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.