https://github.com/trepan-debuggers/bashdb
Bash debugger (code imported from sourceforge)
https://github.com/trepan-debuggers/bashdb
bash debugger
Last synced: 10 months ago
JSON representation
Bash debugger (code imported from sourceforge)
- Host: GitHub
- URL: https://github.com/trepan-debuggers/bashdb
- Owner: Trepan-Debuggers
- License: gpl-2.0
- Created: 2024-01-13T09:13:21.000Z (over 2 years ago)
- Default Branch: bash-5.2
- Last Pushed: 2025-06-07T20:04:34.000Z (about 1 year ago)
- Last Synced: 2025-08-31T16:39:26.026Z (10 months ago)
- Topics: bash, debugger
- Language: Shell
- Homepage:
- Size: 2.66 MB
- Stars: 57
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README-git.md
- Changelog: CHANGES
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# To install from the Github git repository
## Prerequisites
You'll need autotools and related packages
* autoconf
* automake
* autoheader
You'll also need packages:
* texinfo
## Get sources
Sources are in git.
```
$ git clone https://github.com/Trepan-Debuggers/bashdb
$ cd bashdb
```
## Build configure
```
$ bash ./autogen.sh
```
## Make code
```
$ bash ./configure
```
## Make and test code
```
$ make # but I prefer remake better
$ make check
```
## Install
$ make install # may need sudo