I'm trying to debug System.Security.Cryptography.Xml.SignedXml and related classes in Visual Studio 2015, but I consistently see lines in the core framework code being skipped while stepping through in the debugger. Unfortunately, the lines that are skipped include the lines I need to debug.
Has anyone run into similar issues, or gotten this to work properly?
I followed the directions on the Microsoft website. Could this be because the wrong version is loading, or because of some optimizations under the hood that I am unable to disable?
When I try to set breakpoints on lines that are skipped during debugging, I get an error stating that the breakpoint failed to bind.
Any help or tips would be very much appreciated.