# BASH Debugger

> Clean Markdown view of GeekNews topic #4128. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4128](https://news.hada.io/topic?id=4128)
- GeekNews Markdown: [https://news.hada.io/topic/4128.md](https://news.hada.io/topic/4128.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-24T09:49:01+09:00
- Updated: 2021-04-24T09:49:01+09:00
- Original source: [bashdb.sourceforge.net](http://bashdb.sourceforge.net/)
- Points: 15
- Comments: 2

## Topic Body

- gdb 와 비슷한 커맨드 명령을 사용하는 쉘 스크립트 디버거

- bash 스크립트로 구현

- 라인 단위 실행, Breakpoint, Backtrace 지원

- VSCode / JetBrains 플러그인 제공

- zsh/ksh 버전도 있음

## Comments



### Comment 4979

- Author: heycalmdown
- Created: 2021-04-24T12:18:15+09:00
- Points: 2

bash debugger에서 우와!

sourceforge.net에서 우-와?

### Comment 4977

- Author: xguru
- Created: 2021-04-24T09:50:01+09:00
- Points: 3

- ShellCheck를 만들면서 배운 것들 https://news.hada.io/topic?id=1486

- 안전한 쉘 스크립트 작성하기 https://news.hada.io/topic?id=1434
