Debugging Question:
Download Questions PDF

To put the breakpoint at the current line ____ command can be used?
a) b
b) break
c) both (a) and (b)
d) none of the mentioned

Linux Debugging Interview Question
Linux Debugging Interview Question

Answer:

c) both (a) and (b)

Download Linux Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
Which GDB command can be used to put a break-point at the beginning of the program?
a) b main
b) b start
c) break
d) none of the mentioned
We can list all the break-point in GDB by the command:
a) info break
b) break all
c) both (a) and (b)
d) none of the mentioned