Skip to content

Commit

Permalink
Revise README.md for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 16, 2024
1 parent 6e01717 commit dbd9e85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Here, we have a debugger (*the* debugger?) for Bash 5.2 and higher.
[![Build Status Circle](https://circleci.com/gh/rocky/bashdb.svg?&style=shield)](https://circleci.com/gh/rocky/bashdb)

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

Here, we have a debugger for Bash 5.2 and higher.

Other branches in this repository support earlier versions of Bash. For example, use branch 4.1 for Bash version 4.1.

The command syntax generally follows that of the
[zsh debugger ](https://github.com/rocky/zshdb), trepanning debuggers
and, more generally, GNU debugger *gdb*.
The command syntax generally follows that of the [zsh debugger ](https://github.com/rocky/zshdb), trepanning debuggers and, more generally, GNU debugger *gdb*.

There are 3 ways to get into the debugger. If bash (with debugger
support enabled which is the default) is installed and the debugger
are *both* installed properly. Then:
There are 3 ways to get into the debugger. If bash (with debugger support enabled which is the default) is installed and the debugger are *both* installed properly. Then:

```
bash --debugger -- bash-script-name script-arg1 script-arg2...
Expand Down

0 comments on commit dbd9e85

Please sign in to comment.