View dynamic code in Visual Studio
- by Robert
I generate a dynamic assembly with CSharpCodeProvider, from a C# source saved into a string.
I can run the synamic code at runtime, but if I pause the execution Visual Studio doesn't show me the dinamic 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?