|
Hi
I run the ILMutator sample on very simple class library, which contains following method:
the result after disassembling was following:
Why the names of the local variables are not kept? e.g. instead of i we get "num":/
If the local variables' names are incorrect will I be able to see their values during debugging?
Thanks for help.
|