Hello.
There is a lot of disassemblers witch allows seeing the internal structure of .NET base assemblies.
Is there a way, add-in or similar for Visual Studio that will permit debugging through the disassembled code?
By example I have a user control I set the Width = 100 but the width always remains to 200. After a half on hour I remarked that the Minimum Size was set to 200. I reset the MinimumSize, but this does not help, With would not to change.