how did u debugging in unix/ linux platform ??( project
Related)
Answers were Sorted based on User's Feedback
Answer / santana20142003
If it is a shell script use #!/bin/ksh -x
| Is This Answer Correct ? | 4 Yes | 0 No |
For gdb in linux/unix Gnu Debugger is available. Please
read the mannuals for gdb.
man gdb
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the disadvantages of shell scripting?
How to know that your remote server is ruing smoothly or not in unix?
What is the lifespan of a variable inside a shell script?
How to get the last line from a file using just the terminal?
What is the command to find out today's date?
write a program to display all the files from the current directory which are created in particular month
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How do I run a shell script on a mac?
What is shell and terminal?
What is a scripting language simple definition?
What does $1 mean in bash?
What are script files?