Visual Studio Debugger sometimes steps into System.Object.Object()
Every once in a while, when I try to step into a certain method call, the Visual Studio debugger first steps into the constructor of class Object
in namespace System
.
Every once in a while, when I try to step into a certain method call, the Visual Studio debugger first steps into the constructor of class Object
in namespace System
.