diff options
Diffstat (limited to 'development/bashdb')
-rw-r--r-- | development/bashdb/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/bashdb/README b/development/bashdb/README index 5cba21da87547..b3f1cf5dbaa50 100644 --- a/development/bashdb/README +++ b/development/bashdb/README @@ -1,5 +1,7 @@ -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 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. +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. |