C++ Debugger Tips
Hi, my name is Sergey Grankin and I’m a developer on the VC++ IDE Team. I mostly work on the C++ debugger expression evaluators — the code responsible for the magic behind the debugger watch windows. Visual Studio’s (native) C++ debugger has many useful features that can make your debugging much more pleasant, if you know… Read more