linked linked linkedin whatsapp remove
Feedback

System Programming Quiz System Programming

Which of the following can be used to debug the process "123" and program "test" on a Linux system?

adb test 123
gdb test 123
strace 123
strace -f -p 123

Answer:
gdb test 123
strace -f -p 123

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

Related System Programming Questions and Answers: