Any interactive debugger for bash scripts? 

Newsgroups: comp.unix.shell
> I'm trying to find a way to do interactive debugging of bash shell
> scripts; has anybody any suggestion?

ftp://ftp.ora.com/published/oreilly/nutshell/bash/bash2examples.tar.gz

and the subdirectory "debugger" of the tarfile. It is described in Chapter 9 of O'Reilly's "Learning the bash shell", 2nd edition.

Boudewijn Moonen