Theoretical Question:
Download Questions PDF

How debugger works internally?

Answer:

Whenever we compile with -g option, it will create a symbol
table, and according that table for each function and line
it will call ptrace ...and do the things

Download Theoritical Debugging Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What bug tracking tools you have used? Have you used any free tools?How to debug the core dump?