how did u debugging in unix/ linux platform ??( project
Related)
Answer Posted / siba sankar nayak
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 |
Post New Answer View All Answers
What is sudo command?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Is shell a part of kernel?
What is shell prompt?
Give some situations where typing error can destroy a program?
What does sh mean?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
How do you know which shell I am using?
What is shell scripting?
What is c in shell script?
Is powershell a bash?
What does $1 mean in bash?
When should shell programming/scripting not be used?
What language is bash written in?
What is difference between bash and shell?