Debugging Question:
Download Questions PDF

In GDB, breakpoints can be set by the command:
a) break
b) b
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
For debugging with GDB, the compiled program can be run by the command
a) run
b) execute
c) ./
d) none of the mentioned
GDB stands for:
a) GNU debugger
b) general debugging breakpoint
c) general debugger
d) none of the mentioned