In most of the programming languages debugger tool is available for debugging. A debugger is a tool that can run a program or script that enables you to examine the internals of the script or program as it runs. In the shell scripting we don't have any debugger tool but with the help of command line options (-n, -v and -x ) we can do the debugging. |
Printed at http://lxer.com/module/newswire/view/210830/index.html