Shell Debugging scripts

Is there any way to single step through shell scripts? ie is there a GDB equivalent for /bin/sh ?
bash seems to have a debugger. You could search for it. I think it will also work for plain sh script since bash is a superset of it anyway.
 
Back
Top