Debugging Question:
Download Questions PDF

In GDB breakpoints can be skipped by the command:
a) ignore
b) reject
c) skip
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

a) ignore

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
What is temporary breakpoint?
a) it stops the program once
b) it is removed after one execution of the program
c) both (a) and (b)
d) none of the mentioned
Which GDB command is used to examine the memory?
a) x
b) y
c) z
d) none of the mentioned