TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Debugger for Bash in Six Lines of Bash

29 pointsby jezalmost 6 years ago

2 comments

barrystaesalmost 6 years ago
A "hot breakpoint" seems like a nice moniker for this functionality. Because it feels like hot-dev workflow combined with classic breakpoints.
supermanfanalmost 6 years ago
This is a nice article, but note that bash4 has a debugger built-in.<p>Recent linux distros or those upgraded because of CVEs will have it.