summaryrefslogtreecommitdiffstats
path: root/development/bashdb/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2010-05-11 14:05:50 +0200
committer Erik Hanson <erik@slackbuilds.org>2010-05-11 14:05:50 +0200
commit486d6aecea77f6edfd3d1cef7cefbb17b16a41fb (patch)
treecad6e26c444d861dbba68589753bd62d9b51006f /development/bashdb/README
parentbb53bb5f097ff03a22e133d0ca1967d225ca8732 (diff)
downloadslackbuilds-486d6aecea77f6edfd3d1cef7cefbb17b16a41fb.tar.gz
slackbuilds-486d6aecea77f6edfd3d1cef7cefbb17b16a41fb.tar.xz
development/bashdb: Initial import
Diffstat (limited to 'development/bashdb/README')
-rw-r--r--development/bashdb/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/bashdb/README b/development/bashdb/README
new file mode 100644
index 0000000000..b07c443765
--- /dev/null
+++ b/development/bashdb/README
@@ -0,0 +1,14 @@
+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.
+
+The purpose of the BASH debugger is to help you catch bugs in the act:
+
+ * 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.
+
+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.
+