Are there any IDEs targeted at shell scripting, specifically bash and zsh scripts? This means having syntax-highlighting for shell scripts and more importantly debugging environments with features like breakpoints, variable inspection and modification, etc., just like those available for regular programming languages like Python, Java, and C.
For instance Microsft Windows Powershell has IDEs like Powershell Plus and PowerGui.
Googling brought up a combination of ShellEd, an Eclipse plugin for editing shell scripts, and BashEclipse, a Bash debugger that works with ShellEd; I haven't tried it yet.
Are there any other shell scripting IDEs for Un*x similar to this combo? Does anyone have some experience with them?

