Theoretical Question:

How debugger works internally?

Tweet Share WhatsApp

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 PDF Read All 4 Theoritical Debugging Questions
Previous QuestionNext Question
Explain What bug tracking tools you have used? Have you used any free tools?How to debug the core dump?