Debugging Question:
Download Questions PDF

The "step" command of GDB:
a) executes the current line of the program
b) stops the next statement to be executed
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
The specific break point can be deleted by _____ command in GDB.
a) delete
b) del
c) remove
d) none of the mentioned
Which GDB command reloads the debugging information?
a) file
b) reload
c) debug
d) none of the mentioned