summaryrefslogtreecommitdiffstats
path: root/development/bashdb/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/bashdb/README')
-rw-r--r--development/bashdb/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/bashdb/README b/development/bashdb/README
new file mode 100644
index 0000000000..5cba21da87
--- /dev/null
+++ b/development/bashdb/README
@@ -0,0 +1,5 @@
+The BASH Debugger Project contains the most comprehensive source-code debugger
+for bash that has been written. It has a similar command interface as gdb.
+
+Read the INSTALL file in the source directory for instructions if you wish to
+enable readarray support. readarray speeds up initial loading of large scripts.