Search code examples
c++visual-c++visual-studio-debugging

What happenes behind the scenes when debugging in VC ++


Well i am using VC++ for quite a while now, but i want to go in more deep that when we compile and debug a code what happens behind the scenes as how the debugger does the debugging.??


Solution

  • Read the very good book of Jeff Robbins.