[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
14. dgawk
: The awk
Debugger
It would be nice if computer programs worked perfectly the first time they
were run, but in real life, this rarely happens for programs of
any complexity. Thus, most programming languages have facilities available
for “debugging” programs, and now awk
is no exception.
The dgawk
debugger is purposely modeled after
the GNU Debugger (GDB)
command-line debugger. If you are familiar with GDB, learning
dgawk
is easy.
14.1 Introduction to dgawk | ||
14.2 Sample dgawk session | ||
14.3 Main dgawk Commands | ||
14.4 Readline Support | ||
14.5 Limitations and Future Plans | Limitations and future plans. |