I was trying to learn a bit about .NET intermediate language and was hoping to step through it, but from what I can tell, I’m seeing something else – maybe the output of a just-in-time (JIT) compiler?
Is there a way to step through the CIL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This article Debugging .NET Framework and MS Visual Studio Managed Classes at Run time and Design time explains how it is possible to seamlessly set breakpoints, step into, set watches and examine local variables for .NET framework classes as well as any other managed assemblies.