Debugging Question:
Download Questions PDF

In GDB debugging, we can proceed to the next break-point with command:
a) next
b) continue
c) both (a) and (b)
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

b) continue

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
In debugging with GDB, break points can be set to:
a) any line
b) any function
c) both (a) and (b)
d) none of the mentioned
At the time of debugging with GDB, if we just press ENTER:
a) GDB will repeat the same command you just gave it
b) GDB will do nothing
c) GDB will exit
d) none of the mentioned