Possible Duplicate:
“C or gcc” is like “Chicken or the egg” ? :(
if the visual c++ debugger is the tool for debugging a running program, what debugs the debugger while it's developed? Chicken Egg dilemma ? How did they debug Visual C++ Debugger ?
Possible Duplicate:
“C or gcc” is like “Chicken or the egg” ? :(
if the visual c++ debugger is the tool for debugging a running program, what debugs the debugger while it's developed? Chicken Egg dilemma ? How did they debug Visual C++ Debugger ?
They use the previous known good build of the debugger to debug it. This is like how the Visual C++ compiler is written in Visual C++- they use VC++9 to develop VC++10. This kind of tool bootstrapping isn't unusual.