Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
A Debugger for Bash in Six Lines of Bash
(blog.jez.io)
29 points
by
jez
7 years ago
| 2 comments
A Debugger for Bash in Six Lines of Bash | Dark Hacker News
barrystaes
7 years ago
|
next
[−]
A "hot breakpoint" seems like a nice moniker for this functionality. Because it feels like hot-dev workflow combined with classic breakpoints.
supermanfan
7 years ago
|
next
[−]
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.