I'm trying to debug an assembly that has been compiled in Release mode, so all the "good stuff" like local variables are Optimized away.
As a second approach, I would like to see the IL and the .net Stack, but I don't seem to have that option in Visual Studio 2010 - I only have Disassembly, Registers and Memory View, which is one level lower.
Is there a way to Debug IL in VS2010?
This is .net 3.5SP1 if that matters.