8.7 Facilities to debug code using arrays

Function: mbfl_array_dump ARRY_VAR
Function: mbfl_array_dump ARRY_VAR NAME

For debugging purposes. The argument ARRY_VAR must be the name of an array variable. For each key in the array print to stderr a string of the form:

NAME[KEY]="VALUE"

where KEY is a key in the array and VALUE is its value. If the optional argument NAME is not present: it defaults to ARRY_VAR.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.