I generate a dynamic assembly with CSharpCodeProvider, from a C# source saved into a string.
I can run the dynamic code at runtime, but if I pause the execution Visual Studio doesn't show me the dynamic source code in the call stack. It says "External code" and I can't step into that source code.
I think VS can't find PDB or other debug info. Can you help me?