diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-19 22:53:50 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-20 23:46:20 -0500 |
commit | d7d065599bfc67c9ec7f2a0cd1eee4d2372bfd68 (patch) | |
tree | 3198ddf8d65e8be5c76969f27d866d2cf2e7e360 /development/bashdb/README | |
parent | 8f62236cd36d8756eb81ee697414547cdd5b639f (diff) | |
download | slackbuilds-d7d065599bfc67c9ec7f2a0cd1eee4d2372bfd68.tar.gz |
development/bashdb: Removed (only known to work on bash 4.0)
Diffstat (limited to 'development/bashdb/README')
-rw-r--r-- | development/bashdb/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/development/bashdb/README b/development/bashdb/README deleted file mode 100644 index 75c9af91a7..0000000000 --- a/development/bashdb/README +++ /dev/null @@ -1,13 +0,0 @@ -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. |