Breakpoint set by sosex.mbp or sosex.mbm not working
问题 I am using VS.NET 2010. I compiled a very simple .NET 4.0 application. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TestWindbg { class Program { static void Main(string[] args) { Console.ReadLine(); Func1(); } static void Func1() { int i = 0; int j = i + 2; Console.WriteLine(j); } } } I open the compiled executable by windbg 6.12.0002.633. Typed in the following commands to load sosex .loadby sosex clr Then, type in the following command to