Debugging Shell Scripts in Linux
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.
|
|
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. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.