Hacker News new | ask | show | jobs
A Debugger for Bash in Six Lines of Bash (blog.jez.io)
29 points by jez 2555 days ago
2 comments

A "hot breakpoint" seems like a nice moniker for this functionality. Because it feels like hot-dev workflow combined with classic breakpoints.
This is a nice article, but note that bash4 has a debugger built-in.

Recent linux distros or those upgraded because of CVEs will have it.