Debugging C++ Method Parameters
New Rule: Make sure your parameter names are consistent between your declarations and definitions in C++.
Here is why…
I was trying to debug some C++/CLR code today when I ran into an interesting behavior (bug?) in Visual Studio 2005. I had a breakpoint in the first line of my method which I hit fine. I then [...]