muspelheim / bash-debug

Simple debugger for bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple debugger for bash.

Each script command is printed before execution. Then command prompt appears (no autocompletion). Prompt includes the last command return value. You can print a command to execute in the script context or an empty line to continue.

Note: set -T is used, changing DEBUG and RETURN traps inheritance.

About

Simple debugger for bash

License:Other


Languages

Language:Shell 100.0%