This article will discuss the steps required to peform precise breakpoint on .NET method for .NET application using WinDBG with SOS.DLL extension. Unlike the native application, the nature of .NET is using JIT method, the generated native assembly code is not available when the method is still not being used. This will cause difficulty on […]