summaryrefslogtreecommitdiffstats
path: root/development/bashdb/README
diff options
context:
space:
mode:
author Erik Hanson2010-05-21 22:46:24 +0200
committer erik@slackbuilds.org2010-05-24 06:17:03 +0200
commit2a85ff439bdfa0140adc493d1cc4f76c251fd2d2 (patch)
treeb953d08936a4c815cbbc09d7c1df543078c8d2ea /development/bashdb/README
parentad636befefd27cff7be761a27b0a6a7b580b59ee (diff)
downloadslackbuilds-2a85ff439bdfa0140adc493d1cc4f76c251fd2d2.tar.gz
development/bashdb: Updated version and cleanups.
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.