Description
sed scripts can be stepped through while their internal state is inspected, making text-processing behavior easier to understand. It is useful for developers, shell users, and students debugging nontrivial sed commands.
This is a terminal debugging tool, not a replacement for sed itself. It helps explain and diagnose scripts, but final commands should still be tested on safe input before processing important files.