Debugging Question:
Download Questions PDF

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

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
If we have multiple source files, then during the debugging with GDB:
a) breakpoint can not be set
b) break point can be set by "break" command with a filename
c) break point can be set only to makefile
d) none of the mentioned
In GDB breakpoints can be skipped by the command:
a) ignore
b) reject
c) skip
d) none of the mentioned