Visual Studio and Schrödinger's Cat – or why Visual Studio Debugging is related to Quantum Mechanics
A major part of my daily work is to debug code either in Visual Studio or WinDbg. Visual Studio has nice benefits when it comes to live debugging of managed code. As this is very convenient I often choose this tool for that specific scenario. But Visual Studio has some characteristics which make debugging managed […]