Bash Script – How to Debug Bash Scripts

bashdebugging

Is there any way to debug bash script without using echo and logging?

I'm talking about using breakpoints and stuff like that.

Related Question