About eDebug.sh

eDebug.sh is a modern, web based debugger for bash scripts, designed to make scripting a better experience.

eDebug.sh works by instrumenting your target script right in the host machine that runs it, and it communicates debug information (such as variables and values) to our front end using simple curl commands.

All data is deleted once a debug session is closed. Nothing is stored permanently on our servers.

eDebug.sh was created using CodeMirror, ShellCheck, Java, and DigitalOcean