This chapter discusses how to start the BASH debugger, and how to get out of it. The essentials are:
source ../bashdb-trace
and _Dbg_debugger
.
There are also two front-ends available as well. An emacs front-end which has bashdb support among others is https://github.com/rocky/emacs-dbgr/wiki.
• Starting the BASH debugger: | How to enter the BASH debugger | |
• Quitting the BASH debugger: | How to leave the BASH debugger | |
• Calling from Program: | Calling the debugger from inside your program |