Theoretical Question:

How debugger works internally?

Theoritical Debugging Interview Question
Theoritical Debugging Interview Question

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


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